Skip to content

Commit 8538d76

Browse files
committed
Sigma8 should be total matter sigma8, not first sigma8 (might be c+b)
1 parent 26fc9c4 commit 8538d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classylss/binding.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ cdef class Spectra:
12181218
The amplitude of matter fluctuations at :math:`z=0`.
12191219
"""
12201220
def __get__(self):
1221-
return self.fo.sigma8[0]
1221+
return self.fo.sigma8[self.fo.index_pk_m]
12221222

12231223
property A_s:
12241224
r"""

0 commit comments

Comments
 (0)