Skip to content

Memory leaks in TimeSeries.demodulate()

Created by: alurban

The TimeSeries.demodulate() method currently calls self.times which leads to a memory leak for very long timeseries. This can be fixed by using indices instead.