Merge remote-tracking branch 'origin/main' into 41-spherical-lensing

This commit is contained in:
Wassim Kabalan 2025-06-29 11:32:30 +02:00
commit 09d82283f5
4 changed files with 6 additions and 5 deletions

View file

@ -28,7 +28,7 @@ def E(cosmo, a):
where :math:`f(a)` is the Dark Energy evolution parameter computed
by :py:meth:`.f_de`.
"""
return np.power(Esqr(cosmo, a), 0.5)
return np.sqrt(Esqr(cosmo, a))
def df_de(cosmo, a, epsilon=1e-5):