Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 6, 2025
1 parent 52131f0 commit c31035a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/internal_rootfinder.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using DiffEqBase
using DiffEqBase: InternalFalsi, InternalITP, IntervalNonlinearProblem
using DiffEqBase: InternalITP, IntervalNonlinearProblem
using ForwardDiff

for Rootfinder in (InternalFalsi, InternalITP)
for Rootfinder in (InternalITP,)
rf = Rootfinder()
# From SimpleNonlinearSolve
f = (u, p) -> u * u - p
Expand Down

0 comments on commit c31035a

Please sign in to comment.