Loading minke/sources.py +2 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,8 @@ class WhiteNoiseBurst(Waveform): # consistency with the method used for O1. hp, hx, _, _ = self._generate(half=True) self.params['hrss'] = lalsimulation.MeasureHrss(hp, hx) del(hp), del(hx) del(hp) del(hx) class Supernova(Waveform): Loading Loading
minke/sources.py +2 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,8 @@ class WhiteNoiseBurst(Waveform): # consistency with the method used for O1. hp, hx, _, _ = self._generate(half=True) self.params['hrss'] = lalsimulation.MeasureHrss(hp, hx) del(hp), del(hx) del(hp) del(hx) class Supernova(Waveform): Loading