Skip to content
Snippets Groups Projects
Commit b9623bb9 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal_inspiral_rate_posterior: fix LR threshold

- some previous patch accidentally included a change of the LR threshold to 5.0, reduce it to 0.
parent 9722b1bf
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ else:
#
background_ln_likelihood_ratios, zerolag_ln_likelihood_ratios = load_search_results(filenames, 5.0, restrict_to_instruments = options.restrict_to_instruments, tmp_path = options.tmp_space, verbose = options.verbose)
background_ln_likelihood_ratios, zerolag_ln_likelihood_ratios = load_search_results(filenames, 0.0, restrict_to_instruments = options.restrict_to_instruments, tmp_path = options.tmp_space, verbose = options.verbose)
#
......
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