Commit 347a451c authored by Daniel Williams's avatar Daniel Williams
Browse files

You think you've fixed something, and then you realsie it's time for coffee......

You think you've fixed something, and then you realsie it's time for coffee... Removed the del(waveform.row) statement from the __add__ method.
parent 13b3153d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ class MDCSet():
           The waveform which should be added to the MDC set.

        """
        del waveform.row
        
        self.waveforms.append(waveform)
        self.times = np.append(self.times, waveform.time)