mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 09:28:03 +00:00
Update not
This commit is contained in:
parent
723ea0a38b
commit
832d943fe7
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ def evaluate_field(field, pos, nrand, smooth_scales=None, seed=42,
|
|||
|
||||
def match_to_no_selection(val, rand_val, parser_args):
|
||||
if parser_args.survey == "SDSSxALFALFA":
|
||||
survey = csiborgtools.SDSSxALFALFA()(apply_selection=False)
|
||||
survey = csiborgtools.SDSSxALFALFA()()
|
||||
else:
|
||||
raise NotImplementedError(
|
||||
f"Survey `{parser_args.survey}` not implemented for matching to no selection.") # noqa
|
||||
|
|
Loading…
Reference in a new issue