JuliaDSP / Wavelets.jl

A Julia package for fast discrete wavelet transforms and utilities
Other
184 stars 30 forks source link

warnings in Julia 1.9+ #88

Closed Datseris closed 5 months ago

Datseris commented 9 months ago
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 commented 8 months ago

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

Datseris commented 8 months ago

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 commented 8 months ago

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

ViralBShah commented 5 months ago

Verified that this is solved.