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

gstlal_inspiral_calc_rank_pdfs: think recent thinko

- when removing --samples-file option, forgot some related bits of code
parent 2c94df72
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
#
# Copyright (C) 2010--2014 Kipp Cannon, Chad Hanna
# Copyright (C) 2010--2015 Kipp Cannon, Chad Hanna
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
......@@ -128,8 +128,6 @@ coincparamsdistributions.add_instrument_combination_counts(segs = seglists, verb
if options.add_zerolag_to_background:
coincparamsdistributions.zero_lag_in_background = True
coincparamsdistributions.finish(verbose = options.verbose)
if old_ranking_data is not None:
old_ranking_data.finish(verbose = options.verbose)
#
......@@ -151,8 +149,6 @@ for horizon_distances in coincparamsdistributions.horizon_history.all():
ranking_data = far.RankingData(coincparamsdistributions, instruments = seglists.keys(), nsamples = options.ranking_stat_samples, verbose = options.verbose)
if old_ranking_data is not None:
ranking_data += old_ranking_data
#
......
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