Skip to content

Commit 0a3ab35

Browse files
authored
Merge pull request #5 from mewilhel/master
Drop optional interval arithmetic loading
2 parents 5ad6b0d + e87fcb4 commit 0a3ab35

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)