From 2589daa7f49a0039d868a6941ed4422ee70c65ba Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 29 Jul 2026 15:23:51 -0400 Subject: [PATCH] Import cache_operator from its owner in Core tests Co-Authored-By: Chris Rackauckas --- test/Core/basictests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Core/basictests.jl b/test/Core/basictests.jl index 05798c165..4f94cf0f9 100644 --- a/test/Core/basictests.jl +++ b/test/Core/basictests.jl @@ -1,5 +1,6 @@ using LinearSolve, LinearAlgebra, SparseArrays, MultiFloats, ForwardDiff -using SciMLOperators: SciMLOperators, MatrixOperator, FunctionOperator, WOperator +using SciMLOperators: SciMLOperators, MatrixOperator, FunctionOperator, WOperator, + cache_operator using RecursiveFactorization, Sparspak, FastLapackInterface using IterativeSolvers, KrylovKit, MKL_jll using Test