Skip to content

Commit 06ecdf2

Browse files
authored
fix
1 parent 1443a30 commit 06ecdf2

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
@@ -17,7 +17,7 @@ using StochasticDiffEq.SciMLOperators: MatrixOperator
1717
jac=(u,p,t) -> A)
1818
prob = SDEProblem(fun, u0, tspan)
1919
integrator = init(prob, ImplicitEM(theta=1); adaptive=false, dt=dt)
20-
W = calc_W(integrator, integrator.cache.nlsolver, integrator.cache, dtgamma, false)
20+
W = calc_W(integrator, integrator.cache.nlsolver, dtgamma, false)
2121
@test convert(AbstractMatrix, W) concrete_W
2222
@test W \ u0 concrete_W \ u0
2323

0 commit comments

Comments
 (0)