RadiationSpectra.jl
RadiationSpectra.jl copied to clipboard
warn problem
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
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?
Fixed by #45