Skip to content
Snippets Groups Projects
Commit 1423b32c authored by Ryan Michael Magee's avatar Ryan Michael Magee
Browse files

gstlal_inspiral_create_prior_diststats : changed prior/bandwidth option

parent 339fca85
No related branches found
No related tags found
No related merge requests found
Pipeline #85619 passed with warnings
......@@ -121,7 +121,7 @@ def parse_command_line():
horizon_factors.update(bank.horizon_factors)
if options.df == "bandwidth":
# don't let the bandwidth get too small
options.df = max(int(min(bandwidths)) + 1, 10)
options.df = max(int(min(bandwidths)) + 1, 10) * 3
return options, process_params, filenames, template_ids, horizon_factors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment