Skip to content
Snippets Groups Projects
Commit d3352b3f authored by Prathamesh Joshi's avatar Prathamesh Joshi
Browse files

gstlal_inspiral_create_prior_diststats: tweaked signal model

parent 5f94293c
No related branches found
No related tags found
No related merge requests found
Pipeline #135655 failed
......@@ -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) * 2
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