Skip to content

Commit

Permalink
fix: Correct import in extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Dec 4, 2024
1 parent b6a2406 commit 10433ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using CommonSolve: CommonSolve, init
using ForwardDiff: ForwardDiff, Dual
using SciMLBase: SciMLBase, NonlinearProblem, NonlinearLeastSquaresProblem

using NonlinearSolveBase: NonlinearSolveBase, nondual_value
using NonlinearSolveBase: NonlinearSolveBase, NonlinearSolveForwardDiffCache, nodual_value

using NonlinearSolveQuasiNewton: QuasiNewtonAlgorithm

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using CommonSolve: CommonSolve, init
using ForwardDiff: ForwardDiff, Dual
using SciMLBase: SciMLBase, NonlinearProblem, NonlinearLeastSquaresProblem

using NonlinearSolveBase: NonlinearSolveBase, nodual_value
using NonlinearSolveBase: NonlinearSolveBase, NonlinearSolveForwardDiffCache, nodual_value

using NonlinearSolveSpectralMethods: GeneralizedDFSane

Expand Down

0 comments on commit 10433ca

Please sign in to comment.