Reduce number of warnings on invalid log values
This commit is contained in:
parent
e9949251a6
commit
91e91ac821
@ -91,6 +91,7 @@ function series_segments(series::Series, seriestype::Symbol=:path; check=false)
|
|||||||
if v <= 0
|
if v <= 0
|
||||||
@warn "Invalid negative or zero value $v found at series index $i for $(scale) based $(scales[n])"
|
@warn "Invalid negative or zero value $v found at series index $i for $(scale) based $(scales[n])"
|
||||||
@debug "" exception=(DomainError(v), stacktrace())
|
@debug "" exception=(DomainError(v), stacktrace())
|
||||||
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user