Skip to content

Commit 89e62d2

Browse files
Merge pull request #592 from SciML/ChrisRackauckas-patch-6
Update utility_tests.jl
2 parents 48c1a77 + 8cf94af commit 89e62d2

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
@@ -44,7 +44,7 @@ end
4444
ldiv!(tmp, lu!(integrator.cache.nlsolver.cache.W), u0); @test tmp != concrete_W \ u0
4545

4646
# But jacobian2W! will update the cache
47-
StochasticDiffEq.OrdinaryDiffEq.jacobian2W!(integrator.cache.nlsolver.cache.W._concrete_form, mm, dtgamma, integrator.cache.nlsolver.cache.W.J.A, true)
47+
StochasticDiffEq.OrdinaryDiffEq.jacobian2W!(integrator.cache.nlsolver.cache.W._concrete_form, mm, dtgamma, integrator.cache.nlsolver.cache.W.J.A)
4848
@test convert(AbstractMatrix, integrator.cache.nlsolver.cache.W) == concrete_W
4949
ldiv!(tmp, lu!(integrator.cache.nlsolver.cache.W), u0); @test tmp == concrete_W \ u0
5050
end

0 commit comments

Comments
 (0)