Skip to content

Commit

Permalink
Removing w from parameters to set.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Mar 6, 2024
1 parent 9cc70b9 commit a4c66f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions numcosmo_py/app/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def generate_planck18_ttteee() -> tuple[Ncm.ObjDictStr, Ncm.ObjArray]:
"NcHICosmo:H0": 66.86,
"NcHICosmo:omegac": 0.12068,
"NcHICosmo:omegab": 0.022126,
"NcHICosmo:w": -1.0,
"NcHIPrim:ln10e10ASA": 3.0413,
"NcHIPrim:n_SA": 0.9635,
"NcHIReion:z_re": 7.54,
Expand All @@ -228,7 +227,6 @@ def generate_planck18_ttteee() -> tuple[Ncm.ObjDictStr, Ncm.ObjArray]:
"NcHICosmo:H0": 67.32,
"NcHICosmo:omegac": 0.12010,
"NcHICosmo:omegab": 0.022377,
"NcHICosmo:w": -1.0,
"NcHIPrim:ln10e10ASA": 3.0447,
"NcHIPrim:n_SA": 0.96589,
"NcHIReion:z_re": 7.68,
Expand Down

0 comments on commit a4c66f5

Please sign in to comment.