warn problem
lmanzanillas opened this issue · 1 comments
lmanzanillas commented
Hello,
I'm getting: UndefVarError: warn not defined
It seems that the warn in peak finder should be @warn?
https://github.com/JuliaPhysics/RadiationSpectra.jl/blob/main/src/PeakFinder/PeakFinder.jl
line 366
oschulz commented
Oh dear, that looks like a remnant from Julia v0.6 days. You're right, that should use @warn
now, and I don't think there's a prefix
anymore. Wanna do a PR to fix it?