Skip to content
New issue

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

warnings in Julia 1.9+ #88

Closed
Datseris opened this issue Sep 29, 2023 · 4 comments
Closed

warnings in Julia 1.9+ #88

Datseris opened this issue Sep 29, 2023 · 4 comments

Comments

@Datseris
Copy link
Contributor

WARNING: method definition for #computeWavelets#6 at C:\Users\gd419\.julia\packages\Wavelets\ANOxi\src\mod\WT.jl:660 declares type variable S but does not use it.
WARNING: method definition for #computeWavelets#7 at C:\Users\gd419\.julia\packages\Wavelets\ANOxi\src\mod\WT.jl:664 declares type variable S but does not use it.
WARNING: method definition for #computeWavelets#8 at C:\Users\gd419\.julia\packages\Wavelets\ANOxi\src\mod\WT.jl:670 declares type variable S but does not use it.
WARNING: method definition for cwt at C:\Users\gd419\.julia\packages\Wavelets\ANOxi\src\mod\Transforms.jl:216 declares type variable U but does not use it.
@jonschumacher
Copy link

What version of Wavelets.jl are you using? These lines do not exist anymore in the latest release.

@Datseris
Copy link
Contributor Author

Let me update and I'll come back to you. Is "latest release" this one: https://github.com/JuliaDSP/Wavelets.jl/releases/tag/v0.10.0 ?

@dsweber2
Copy link
Contributor

should be gone, it's a problem with a function that was moved to a separate package: https://github.com/UCD4IDS/ContinuousWavelets.jl

@ViralBShah
Copy link
Contributor

Verified that this is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants