Skip to content

Commit 26fc9c4

Browse files
committed
Fix units for sigma8
1 parent 125f115 commit 26fc9c4

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
@@ -1293,7 +1293,7 @@ cdef class Spectra:
12931293
r"""
12941294
Return :math:`\sigma_8(z)`.
12951295
"""
1296-
return self.sigma(8, z)
1296+
return self.sigma(8, z, h_units=True)
12971297

12981298
def get_transfer(self, z=0, output_format='class'):
12991299
r"""

0 commit comments

Comments
 (0)