Skip to content
Snippets Groups Projects
Commit d4f2ad16 authored by Patrick Godwin's avatar Patrick Godwin Committed by Prathamesh Joshi
Browse files

gstlal_inspiral_create_prior_diststats: tweaked signal model

parent 21a6699f
No related branches found
No related tags found
No related merge requests found
Pipeline #134673 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) * 1.5
options.df = max(int(min(bandwidths)) + 1, 10) * 2
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