mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-30 00:51:11 +00:00
Merge remote-tracking branch 'origin/main' into 41-spherical-lensing
This commit is contained in:
commit
09d82283f5
4 changed files with 6 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue