Reduce number of warnings on invalid log values

This commit is contained in:
t-bltg 2021-07-07 00:45:53 +02:00 committed by GitHub
parent e9949251a6
commit 91e91ac821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ function series_segments(series::Series, seriestype::Symbol=:path; check=false)
if v <= 0
@warn "Invalid negative or zero value $v found at series index $i for $(scale) based $(scales[n])"
@debug "" exception=(DomainError(v), stacktrace())
break
end
end
end