Skip to content

Commit 3d97a5f

Browse files
committed
refactor: Test Base export NonlinearSolvePolyAlgorithm
1 parent b44112d commit 3d97a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NonlinearSolve.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ using LinearAlgebra: LinearAlgebra, norm
1313
using LineSearch: BackTracking
1414
using NonlinearSolveBase: NonlinearSolveBase, InternalAPI, AbstractNonlinearSolveAlgorithm,
1515
AbstractNonlinearSolveCache, Utils, L2_NORM,
16-
enable_timer_outputs, disable_timer_outputs
16+
enable_timer_outputs, disable_timer_outputs,
17+
NonlinearSolvePolyAlgorithm
1718

1819
using Preferences: set_preferences!
1920
using SciMLBase: SciMLBase, NLStats, ReturnCode, AbstractNonlinearProblem,

0 commit comments

Comments
 (0)