Skip to content

Handle noop in TimeSeries.resample with warning

Duncan Macleod requested to merge github/fork/duncanmmacleod/resample-noop into develop

This PR patches TimeSeries.resample to detect when the requested rate matches the input rate, and just returns self.

Merge request reports