More ABSMAG (#152)

* Add draft of code

* Update defaults

* Update nb

* Update nb

* Update script

* Update script

* Update script

* Indicate that not implemented
This commit is contained in:
Richard Stiskalek 2024-09-25 15:30:06 +02:00 committed by GitHub
parent c881f8eb39
commit f7d16a9cd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 155 additions and 271 deletions

View file

@ -305,7 +305,7 @@ if __name__ == "__main__":
zcmb_max = 0.05
nchains_harmonic = 10
num_epochs = 50
inference_method = "bayes"
inference_method = "mike"
mag_selection = None
sample_alpha = False if "IndranilVoid_" in ARGS.simname or ARGS.simname == "no_field" else True # noqa
sample_beta = None