Skip to content

Commit c31035a

Browse files
next
1 parent 52131f0 commit c31035a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/internal_rootfinder.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using DiffEqBase
2-
using DiffEqBase: InternalFalsi, InternalITP, IntervalNonlinearProblem
2+
using DiffEqBase: InternalITP, IntervalNonlinearProblem
33
using ForwardDiff
44

5-
for Rootfinder in (InternalFalsi, InternalITP)
5+
for Rootfinder in (InternalITP,)
66
rf = Rootfinder()
77
# From SimpleNonlinearSolve
88
f = (u, p) -> u * u - p

0 commit comments

Comments
 (0)