Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHnt committed Jul 30, 2023
1 parent 0f76d9c commit ebdce7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interval_tests/consistency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ import IntervalArithmetic: unsafe_interval
@test isinterior(interval(-Inf, Inf), interval(-Inf, Inf))

@test !(nai(a) nai(a))
@test nai(Float64) DecoratedInterval(NaN)
@test isnai(DecoratedInterval(NaN))
@test isnan(interval(nai(BigFloat)).lo)
@test isnai(nai())
@test !(isnai(a))
Expand Down

0 comments on commit ebdce7a

Please sign in to comment.