mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-07-02 20:41:11 +00:00
More void (#144)
* Add more void * Update script * Add check * Add loop over LG observers * Remove never used code * Update docs
This commit is contained in:
parent
2b938c112c
commit
a4d02b4cc4
5 changed files with 74 additions and 63 deletions
|
@ -319,6 +319,9 @@ if __name__ == "__main__":
|
|||
if mag_selection and inference_method != "bayes":
|
||||
raise ValueError("Magnitude selection is only supported with `bayes` inference.") # noqa
|
||||
|
||||
if "IndranilVoid" in ARGS.simname and ARGS.ksim is None:
|
||||
raise ValueError("`IndranilVoid` must be run only per specific realization.") # noqa
|
||||
|
||||
if inference_method != "bayes":
|
||||
mag_selection = [None] * len(ARGS.catalogue)
|
||||
elif mag_selection is None or mag_selection:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue