Skip to content

Commit

Permalink
refactor: Test Base export NonlinearSolvePolyAlgorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Nov 6, 2024
1 parent b44112d commit 3d97a5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NonlinearSolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ using LinearAlgebra: LinearAlgebra, norm
using LineSearch: BackTracking
using NonlinearSolveBase: NonlinearSolveBase, InternalAPI, AbstractNonlinearSolveAlgorithm,
AbstractNonlinearSolveCache, Utils, L2_NORM,
enable_timer_outputs, disable_timer_outputs
enable_timer_outputs, disable_timer_outputs,
NonlinearSolvePolyAlgorithm

using Preferences: set_preferences!
using SciMLBase: SciMLBase, NLStats, ReturnCode, AbstractNonlinearProblem,
Expand Down

0 comments on commit 3d97a5f

Please sign in to comment.