Skip to content

Commit

Permalink
Update glass/shells.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Tessore <[email protected]>
  • Loading branch information
paddyroddy and ntessore authored Nov 13, 2024
1 parent 01f0d46 commit 71a6002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glass/shells.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def density_weight(
Returns
-------
The weight in matter density.
The weight function evaluated at redshifts *z*.
"""
return cosmo.rho_m_z(z) * cosmo.xm(z) ** 2 / cosmo.ef(z) # type: ignore[no-any-return]
Expand Down

0 comments on commit 71a6002

Please sign in to comment.