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

streamthinca: update for snglcoinc api change

parent 938d4b13
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ class StreamThinca(object):
flushed = []
flushed_unused = []
self.last_coincs.clear()
for node, events in self.time_slide_graph.pull(self.delta_t, newly_reported = newly_reported, flushed = flushed, flushed_unused = flushed_unused, coinc_sieve = coinc_sieve, event_collector = self.backgroundcollector, flush = flush):
for node, events in self.time_slide_graph.pull(newly_reported = newly_reported, flushed = flushed, flushed_unused = flushed_unused, coinc_sieve = coinc_sieve, event_collector = self.backgroundcollector, flush = flush):
# construct row objects for coinc tables.
coinc, coincmaps, coinc_inspiral = self.coinc_tables.coinc_rows(self.process_id, node.time_slide_id, events, seglists = snr_segments)
......
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