Copy TimeSeries.__dict__ after view()
This PR fixes bugs in the TimeSeries.resample
and TimeSeries.pad
methods where the metadata __dict__
isn't copied over to the new array after a view
is performed on a numpy.ndarray
.
This PR fixes bugs in the TimeSeries.resample
and TimeSeries.pad
methods where the metadata __dict__
isn't copied over to the new array after a view
is performed on a numpy.ndarray
.