Skip to content

Commit e87fcb4

Browse files
committed
Drop optional interval arithmetic loading
1 parent 1e0dae8 commit e87fcb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const DR = DynamicBoundspODEsDiscrete
157157
end
158158

159159
if !(VERSION < v"1.1" && testfile == "intervals.jl")
160-
using TaylorSeries, IntervalArithmetic
160+
using TaylorSeries
161161

162162
function test_vs_Taylor1(x, y)
163163
flag = true

0 commit comments

Comments
 (0)