Skip to content

Commit

Permalink
Remove incorrect rounding mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jun 22, 2017
1 parent 054b5df commit 07fbd81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/interval_tests/rounding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ setrounding(Interval, :tight)
@test sin(x) == Interval(0.47942553860420295, 0.479425538604203)
end

setrounding(Interval, :errorfree)
@testset "Back to error-free rounding" begin
@test sin(x) == Interval(0.47942553860420295, 0.479425538604203)
end

setformat(:standard)

# end
Expand Down

0 comments on commit 07fbd81

Please sign in to comment.