Skip to content
Snippets Groups Projects
Commit dc09cec2 authored by chad.hanna's avatar chad.hanna Committed by Kipp Cannon
Browse files

lloidhandler: fix missing kwargs in streamthinca flush

parent 6719a5c0
No related branches found
No related tags found
No related merge requests found
......@@ -1269,7 +1269,7 @@ class Handler(simplehandler.Handler):
# whatever triggers remain in the queues, and processes
# them
flushed_sngls = self.stream_thinca.pull(self.rankingstat, fapfar = self.fapfar, flush = True)
flushed_sngls = self.stream_thinca.pull(self.rankingstat, fapfar = self.fapfar, zerolag_rankingstatpdf = self.zerolag_rankingstatpdf, coinc_sieve = lambda events, offset_vector: sum(event.snr**2. for event in events) < self.rankingstat.network_snrsq_threshold, flush = True, cluster = self.cluster)
self.coincs_document.commit()
# do GraceDB alerts
......
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