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

streamthinca: fix thinko in .__init__()

- harmless in current use
parent 4d49fb0f
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class StreamThinca(object):
self.min_log_L = min_log_L
self.sngls_snr_threshold = sngls_snr_threshold
self.sngl_inspiral_table = None
self.rankingstat = None
self.ln_likelihood_func = None
# the \Delta t window not including the light travel time
self.coincidence_threshold = coincidence_threshold
......
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