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
Currently both the NumPy and JAX wavelet transforms will not automatically generate wavelet filters if non are passed. However, the docstrings imply that filters is an optional argument, which is not the case.
We should either:
Clarify the docstrings and force users to provide filters.
Add a catch to automatically generate filters within the transforms.
The text was updated successfully, but these errors were encountered:
Currently both the NumPy and JAX wavelet transforms will not automatically generate wavelet filters if non are passed. However, the docstrings imply that filters is an optional argument, which is not the case.
We should either:
The text was updated successfully, but these errors were encountered: