Skip to content

Commit 229b69d

Browse files
committed
test: remove stale imports
1 parent 8ac423f commit 229b69d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ RecursiveArrayTools = "3.8"
9898
Reexport = "1.2"
9999
SIAMFANLEquations = "1.0.1"
100100
SciMLBase = "2.34.0"
101+
SciMLJacobianOperators = "0.1"
101102
SimpleNonlinearSolve = "1.8"
102103
SparseArrays = "1.10"
103104
SparseDiffTools = "2.19"

src/NonlinearSolve.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ using RecursiveArrayTools: recursivecopy!, recursivefill!
4141
using SciMLBase: AbstractNonlinearAlgorithm, JacobianWrapper, AbstractNonlinearProblem,
4242
AbstractSciMLOperator, _unwrap_val, has_jac, isinplace, NLStats
4343
using SciMLJacobianOperators: JacobianOperator, VecJacOperator, JacVecOperator,
44-
StatefulJacobianOperator, StatefulJacobianNormalFormOperator
44+
StatefulJacobianOperator
4545
using SparseArrays: AbstractSparseMatrix, SparseMatrixCSC
4646
using SparseDiffTools: SparseDiffTools, AbstractSparsityDetection,
4747
ApproximateJacobianSparsity, JacPrototypeSparsityDetection,
4848
NoSparsityDetection, PrecomputedJacobianColorvec,
49-
SymbolicsSparsityDetection, auto_jacvec, auto_jacvec!, auto_vecjac,
50-
init_jacobian, num_jacvec, num_jacvec!, num_vecjac, num_vecjac!,
51-
sparse_jacobian, sparse_jacobian!, sparse_jacobian_cache
49+
SymbolicsSparsityDetection, init_jacobian, sparse_jacobian,
50+
sparse_jacobian!, sparse_jacobian_cache
5251
using StaticArraysCore: StaticArray, SVector, SArray, MArray, Size, SMatrix
5352
using SymbolicIndexingInterface: SymbolicIndexingInterface, ParameterIndexingProxy,
5453
symbolic_container, parameter_values, state_values, getu,

0 commit comments

Comments
 (0)