Skip to content
Snippets Groups Projects
Commit 53c024a0 authored by Daichi Tsuna's avatar Daichi Tsuna
Browse files

gstlal_cs_triggergen: delete psd after loading

to save memory
parent 66ca4258
No related branches found
No related tags found
No related merge requests found
Pipeline #71679 passed with warnings
......@@ -309,6 +309,8 @@ if options.reference_psd is not None:
else:
psd = None
# delete the reference_psd to save memory
del options.reference_psd
@lsctables.use_in
class LIGOLWContentHandler(ligolw.LIGOLWContentHandler):
......
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