Skip to content

Commit 1443a30

Browse files
authored
fix direct push
I accidentally pushed to main, and forgot to import `calc_W`, so CI is now failing. This PR should fix the CI.
1 parent 8129a71 commit 1443a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utility_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using StochasticDiffEq, LinearAlgebra, SparseArrays, Random, LinearSolve, Test
2-
using StochasticDiffEq.OrdinaryDiffEq: WOperator, calc_W!
2+
using StochasticDiffEq.OrdinaryDiffEq: WOperator, calc_W!, calc_W
33
using StochasticDiffEq.SciMLOperators: MatrixOperator
44

55
@testset "Derivative Utilities" begin

0 commit comments

Comments
 (0)