mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 07:28:02 +00:00
Update params
This commit is contained in:
parent
d6336be952
commit
d2969b2712
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ if __name__ == "__main__":
|
|||
num_epochs = 50
|
||||
inference_method = "mike"
|
||||
mag_selection = None
|
||||
sample_alpha = False if ARGS.simname == "no_field" else True
|
||||
sample_alpha = False if (ARGS.simname == "no_field" or "IndranilVoid" in ARGS.simname) else True # noqa
|
||||
sample_beta = None
|
||||
no_Vext = None
|
||||
sample_Vmag_vax = False
|
||||
|
|
Loading…
Reference in a new issue