From d07af53e8ce197e1c6a1d81003f6942c020071b7 Mon Sep 17 00:00:00 2001 From: Claire Murray Date: Thu, 23 May 2024 10:32:42 -0400 Subject: [PATCH] fixed random_seds bug --- beast/tools/run/make_ast_inputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beast/tools/run/make_ast_inputs.py b/beast/tools/run/make_ast_inputs.py index b78b75ef..e0f7410d 100644 --- a/beast/tools/run/make_ast_inputs.py +++ b/beast/tools/run/make_ast_inputs.py @@ -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