Skip to content

Commit

Permalink
test: remove stale imports
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 23, 2024
1 parent 8ac423f commit 229b69d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ RecursiveArrayTools = "3.8"
Reexport = "1.2"
SIAMFANLEquations = "1.0.1"
SciMLBase = "2.34.0"
SciMLJacobianOperators = "0.1"
SimpleNonlinearSolve = "1.8"
SparseArrays = "1.10"
SparseDiffTools = "2.19"
Expand Down
7 changes: 3 additions & 4 deletions src/NonlinearSolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ using RecursiveArrayTools: recursivecopy!, recursivefill!
using SciMLBase: AbstractNonlinearAlgorithm, JacobianWrapper, AbstractNonlinearProblem,
AbstractSciMLOperator, _unwrap_val, has_jac, isinplace, NLStats
using SciMLJacobianOperators: JacobianOperator, VecJacOperator, JacVecOperator,
StatefulJacobianOperator, StatefulJacobianNormalFormOperator
StatefulJacobianOperator
using SparseArrays: AbstractSparseMatrix, SparseMatrixCSC
using SparseDiffTools: SparseDiffTools, AbstractSparsityDetection,
ApproximateJacobianSparsity, JacPrototypeSparsityDetection,
NoSparsityDetection, PrecomputedJacobianColorvec,
SymbolicsSparsityDetection, auto_jacvec, auto_jacvec!, auto_vecjac,
init_jacobian, num_jacvec, num_jacvec!, num_vecjac, num_vecjac!,
sparse_jacobian, sparse_jacobian!, sparse_jacobian_cache
SymbolicsSparsityDetection, init_jacobian, sparse_jacobian,
sparse_jacobian!, sparse_jacobian_cache
using StaticArraysCore: StaticArray, SVector, SArray, MArray, Size, SMatrix
using SymbolicIndexingInterface: SymbolicIndexingInterface, ParameterIndexingProxy,
symbolic_container, parameter_values, state_values, getu,
Expand Down

0 comments on commit 229b69d

Please sign in to comment.