Skip to content

Commit

Permalink
fixed random_seds bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurray-astro committed May 23, 2024
1 parent 1c3f4cd commit d07af53
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 d07af53

Please sign in to comment.