fixed fnl=0
This commit is contained in:
parent
64d4ad0ce0
commit
d1e695e7e3
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ def register_arguments_cosmo(parser:ArgumentParser):
|
|||
parser.add_argument("--m_nu3", type=float, default=0.0, help="Mass of the third neutrino species.")
|
||||
parser.add_argument("--w_0", type=float, default=-1.0, help="Dark energy equation of state parameter.")
|
||||
parser.add_argument("--w_a", type=float, default=0.0, help="Dark energy equation of state parameter.")
|
||||
parser.add_argument("--fnl", type=float, default=100.0, help="Local non-Gaussianity parameter.")
|
||||
parser.add_argument("--fnl", type=float, default=0.0, help="Local non-Gaussianity parameter.")
|
||||
parser.add_argument("--gnl", type=float, default=0.0, help="Equilateral non-Gaussianity parameter.")
|
||||
|
||||
|
||||
|
@ -84,7 +84,7 @@ cosmo_defaults = {
|
|||
"m_nu3": 0.0,
|
||||
"w_0": -1.0,
|
||||
"w_a": 0.0,
|
||||
"fnl": 100.0,
|
||||
"fnl": 0.0,
|
||||
"gnl": 0.0,
|
||||
"k_max":10.0,
|
||||
"tau_reio":0.06,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue