You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit this because I was calling setrounding(Interval, :none) in my main package body instead of from an __init__() function, which causes issues during precompilation.
The text was updated successfully, but these errors were encountered:
This is on both
master
and thenonrecursive_powers
branch.https://github.com/JuliaIntervals/IntervalArithmetic.jl/blob/nonrecursive_powers/src/intervals/rounding.jl#L315-L319
I hit this because I was calling
setrounding(Interval, :none)
in my main package body instead of from an__init__()
function, which causes issues during precompilation.The text was updated successfully, but these errors were encountered: