flucto-gmbh / heisskleber

MIT License
0 stars 1 forks source link

Fix/resampler typecheck #72

Closed pacjac closed 8 months ago

pacjac commented 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.