Handle noop in TimeSeries.resample with warning
This PR patches TimeSeries.resample
to detect when the requested rate matches the input rate, and just returns self
.
This PR patches TimeSeries.resample
to detect when the requested rate matches the input rate, and just returns self
.