Skip to content

Commit

Permalink
Fix update_coefficients import in vecjac test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Mar 28, 2023
1 parent 3bf8ae6 commit 6d73989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_jaches_products.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using SparseDiffTools, ForwardDiff, FiniteDiff, Zygote, IterativeSolvers
using LinearAlgebra, Test
import SciMLOperators: update_coefficients, update_coefficients!

using Random
Random.seed!(123)
Expand Down
2 changes: 2 additions & 0 deletions test/update_coeffs_testutils.jl
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 6d73989

Please sign in to comment.