Skip to content

Commit

Permalink
Test toto variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLaclavere committed Dec 10, 2024
1 parent fb8c2ef commit 6e32b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sphinx_documentation/mycosmo/cosmology.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def critical_density(redshift, cosmo_dict):
r"""Critical Density.
Calculate the critical density at a given redshift using the cosmological parameter values provided.
kjdfn,dnslkj;fn;snlnksf
Parameters
----------
Expand Down Expand Up @@ -93,6 +94,7 @@ def critical_density(redshift, cosmo_dict):
9.203859495267889e-27
"""
toto = 'JC'
H_z_si = hubble(redshift, cosmo_dict) * 1e3 / Mpc

return (3.0 * H_z_si**2) / (8.0 * np.pi * G)

0 comments on commit 6e32b7b

Please sign in to comment.