Skip to content

Commit

Permalink
Merge pull request #807 from cmurray-astro/random_seds
Browse files Browse the repository at this point in the history
Fixed random_seds selection bug
  • Loading branch information
karllark committed May 23, 2024
2 parents 7044d70 + d07af53 commit b41914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beast/tools/run/make_ast_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def make_ast_inputs(beast_settings_info, pick_method="flux_bin_method"):
bins_outfile=bins_outfile,
)

if pick_method == "random_pick":
if pick_method == "random_seds":

# construct magnitude cuts
mag_cuts = settings.ast_maglimit
Expand Down

0 comments on commit b41914c

Please sign in to comment.