Update not

This commit is contained in:
rstiskalek 2023-12-13 20:48:55 +00:00
parent 723ea0a38b
commit 832d943fe7

View File

@ -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): def match_to_no_selection(val, rand_val, parser_args):
if parser_args.survey == "SDSSxALFALFA": if parser_args.survey == "SDSSxALFALFA":
survey = csiborgtools.SDSSxALFALFA()(apply_selection=False) survey = csiborgtools.SDSSxALFALFA()()
else: else:
raise NotImplementedError( raise NotImplementedError(
f"Survey `{parser_args.survey}` not implemented for matching to no selection.") # noqa f"Survey `{parser_args.survey}` not implemented for matching to no selection.") # noqa