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

gstlal_inspiral_rate_posterior: add verbosity

parent 838eb221
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,8 @@ del progressbar
if options.confidence_intervals:
if options.verbose:
print >>sys.stderr, "determining confidence intervals ..."
confidence_intervals = dict((conf, far.confidence_interval_from_binnedarray(signal_rate_pdf, conf)[1:]) for conf in (0.95, 0.999999))
else:
confidence_intervals = None
......
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