From c31035a785a1cefee16c21dd267d897572b39080 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 5 Feb 2025 23:31:26 -0800 Subject: [PATCH] next --- test/internal_rootfinder.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/internal_rootfinder.jl b/test/internal_rootfinder.jl index 323cc25be..a334eb577 100644 --- a/test/internal_rootfinder.jl +++ b/test/internal_rootfinder.jl @@ -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