mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 10:28:03 +00:00
Fix typo
This commit is contained in:
parent
0ed1161a96
commit
231a58d63c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ def run_model(model, nsteps, nburn, model_kwargs, out_folder,
|
|||
###############################################################################
|
||||
|
||||
def get_distmod_hyperparams(catalogue, sample_alpha, sample_mag_dipole):
|
||||
alpha_min = -10 if "IndraniVoid" in ARGS.simname else -1.0
|
||||
alpha_min = -10 if "IndranilVoid" in ARGS.simname else -1.0
|
||||
alpha_max = 10.0
|
||||
|
||||
if catalogue in ["LOSS", "Foundation", "Pantheon+", "Pantheon+_groups", "Pantheon+_zSN"]: # noqa
|
||||
|
|
Loading…
Reference in a new issue