Skip to content

Commit ed7bcb0

Browse files
Import cache_operator from its owner in Core tests (#1126)
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent f1908b9 commit ed7bcb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/Core/basictests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using LinearSolve, LinearAlgebra, SparseArrays, MultiFloats, ForwardDiff
2-
using SciMLOperators: SciMLOperators, MatrixOperator, FunctionOperator, WOperator
2+
using SciMLOperators: SciMLOperators, MatrixOperator, FunctionOperator, WOperator,
3+
cache_operator
34
using RecursiveFactorization, Sparspak, FastLapackInterface
45
using IterativeSolvers, KrylovKit, MKL_jll
56
using Test

0 commit comments

Comments
 (0)