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
On the other hand, on the 0.22 branch we have iszero(interval(-1, 1)) == false and interval(-1, 1) != 0.
For consistency we ought to allow interval(-1, 1) != interval(0).
Hey, thanks for all the recent work on IntervalArithmetic!
It seems that common functionality for SparseArrays are still broken on 0.22.7 (despite #604):
which can be traced to this line:
https://github.com/JuliaSparse/SparseArrays.jl/blob/4cc31f23619cfe4c2bcded16e71b7ec5cef974f9/src/sparsevector.jl#L2381
Looking at the comments of the file this is intentional to support
-0.0
whichiszero
but is not equal to0.0
.The text was updated successfully, but these errors were encountered: