Closed pacjac closed 8 months ago
To avoid weird behavior when trying to resample a stream that includes non-numeric types, Resampler now does a single pass when receiving the first data. If any non-numeric data is present, a TypeError is raised.
Closes #70.
To avoid weird behavior when trying to resample a stream that includes non-numeric types, Resampler now does a single pass when receiving the first data. If any non-numeric data is present, a TypeError is raised.
Closes #70.