Closed jupsal closed 3 years ago
The default value for smooth in preprocessing.differencing is None. This returns an error, as it is multiplied by the sample rate and then used in the Butterworth filter.
smooth
None
Thanks for the report. Fixed in commit bca0b02de7bbae666626da30ae491131f9f9feca .
The default value for
smooth
in preprocessing.differencing isNone
. This returns an error, as it is multiplied by the sample rate and then used in the Butterworth filter.