We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current implementation of pywavelets CWT does not produce results in sync with the fast cwt implementation of this package.
As the fast CWT code was merged in pywavelets, the default fast transform code should be now the version of the pywavelets package.
$ python3 unittests.py .F. ====================================================================== FAIL: test_fastcwt (__main__.Test_wfun) ---------------------------------------------------------------------- Traceback (most recent call last): File "unittests.py", line 31, in test_fastcwt self.assertLess(np.std(np.abs(coef1-coef2)), 1e-12) AssertionError: 0.07116417974643739 not less than 1e-12 ---------------------------------------------------------------------- Ran 3 tests in 0.224s FAILED (failures=1)
The text was updated successfully, but these errors were encountered:
alsauve
No branches or pull requests
The current implementation of pywavelets CWT does not produce results in sync with the fast cwt implementation of this package.
As the fast CWT code was merged in pywavelets, the default fast transform code should be now the version of the pywavelets package.
The text was updated successfully, but these errors were encountered: