LSSTDESC / clevar

GNU General Public License v3.0
7 stars 2 forks source link

Fix bug in eval_mass2radius #20

Closed m-aguena closed 3 years ago

m-aguena commented 3 years ago

The function Cosmology.eval_mass2radius is using:

rho_m(z) = rho_cr_0 * Omega_m(z)

it should be

rho_m(z) = rho_cr_0 * Omega_m(z) * E(z)^2