diff --git a/test/test_jaches_products.jl b/test/test_jaches_products.jl index cbff19fc..50985d29 100644 --- a/test/test_jaches_products.jl +++ b/test/test_jaches_products.jl @@ -1,6 +1,5 @@ using SparseDiffTools, ForwardDiff, FiniteDiff, Zygote, IterativeSolvers using LinearAlgebra, Test -import SciMLOperators: update_coefficients, update_coefficients! using Random Random.seed!(123) diff --git a/test/update_coeffs_testutils.jl b/test/update_coeffs_testutils.jl index 9cb75150..626b1826 100644 --- a/test/update_coeffs_testutils.jl +++ b/test/update_coeffs_testutils.jl @@ -1,3 +1,5 @@ +import SciMLOperators: update_coefficients, update_coefficients! + # Utilities for testing update coefficient behaviour with state-dependent (i.e. dependent on u/p/t) functions mutable struct WrapFunc{F,P,T}