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

inspiral.py: force .last_coincs garbage collection

- ?
parent 9bc6e985
No related branches found
No related tags found
No related merge requests found
...@@ -962,6 +962,12 @@ class Data(object): ...@@ -962,6 +962,12 @@ class Data(object):
break break
del event.snr_time_series del event.snr_time_series
# garbage collect last_coincs
# FIXME: this should not be needed. something is wrong.
# if this is needed, then why don't we have to garbage
# collect everything ourselves?
self.stream_thinca.last_coincs = {}
def flush(self): def flush(self):
with self.lock: with self.lock:
self.__flush() self.__flush()
......
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