Skip to content

Commit

Permalink
comoving units (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Jun 20, 2020
1 parent 7663c6d commit ac97dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyccl/halos/hmfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_mass_function(self, cosmo, M, a, mdef_other=None):
Returns:
float or array_like: mass function \
:math:`dn/d\\log_{10}M` in units of Mpc^-3.
:math:`dn/d\\log_{10}M` in units of Mpc^-3 (comoving).
"""
M_use = np.atleast_1d(M)
logM = self._get_consistent_mass(cosmo, M_use,
Expand Down

0 comments on commit ac97dd5

Please sign in to comment.