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

inspiral.py: change test used to decide to dump zero-lag counts

- dump is a URL is set, not necessarily just because the data is there to dump
parent fcff1217
No related branches found
No related tags found
No related merge requests found
......@@ -1340,7 +1340,7 @@ class Data(object):
self.__write_output_url(url = fname, verbose = verbose)
if self.ranking_stat_output_url is not None:
self.__write_ranking_stat_url(self.ranking_stat_output_url, description, snapshot = True, verbose = verbose)
if self.zerolag_rankingstatpdf is not None:
if self.zerolag_rankingstatpdf_url is not None:
self.__write_zero_lag_ranking_stat_url(self.zerolag_rankingstatpdf_url, verbose = verbose)
self.coincs_document = coincs_document
self.snr_time_series_cleanup_index = 0
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