Skip to content
Snippets Groups Projects
Commit 5860f337 authored by Soichiro Kuwahara's avatar Soichiro Kuwahara
Browse files

streamburca: update for removal of verbose from .pull()

parent 16bc6a9b
No related branches found
No related tags found
No related merge requests found
Pipeline #294559 failed
......@@ -111,7 +111,7 @@ class StreamBurca(object):
newly_reported = []
flushed = []
flushed_unused = []
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, verbose = False):
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
self.coinc_tables.append_coinc(*self.coinc_tables.coinc_rows(self.process_id, node.time_slide_id, events, u"sngl_burst"))
......
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