Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 6b15a20

Browse files
committed
Small fix in the tests
1 parent 002b0e2 commit 6b15a20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/basictests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ tspan = (0.0, sqrt(2.0))
199199
probB = IntervalNonlinearProblem(f, tspan)
200200
sol = solve(probB, Ridder())
201201
@test sol.left sqrt(2.0)
202-
probB = IntervalNonlinearProblem(f, tspan)
203202

204203
# Garuntee Tests for Bisection
205204
f = function (u, p)

0 commit comments

Comments
 (0)