You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: dwt_max_level: also allow the name of a wavelet to be used as the 2nd argument.
update docstring to indicate that a wavelet can be passed in place of the filter length
raise ValueError if filter_len < 2
formerly filter_len = 0 or 1 returned 0 while a negative filter_len raised an OverflowError
raise informative ValueError on unrecognized string or non-integer input
0 commit comments