Commit b303bbc5 authored by Daniel Williams's avatar Daniel Williams
Browse files

Made a correction to the plot fuction.

parent 2d650b4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ class WhiteNoiseBurst(Waveform):
        # the old pyBurst code measured this by generating the waveform
        # which seems wasteful, but I'll replicate it here anyway, for
        # consistency with the method used for O1.
        hp, hx = self._generate(half=True)
        hp, hx, _, _ = self._generate(half=True)
        self.params['hrss'] =  lalsimulation.MeasureHrss(hp, hx)