Skip to content

Commit 2855d96

Browse files
Update test/jacobiansparsity.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent e74e754 commit 2855d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jacobiansparsity.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ JP = prob.f.jac_prototype
5151

5252
# test sparse jacobian
5353
prob = ODEProblem(sys, u0, (0, 11.5), sparse = true, jac = true)
54-
#@test_nowarn solve(prob, Rosenbrock23())
54+
@test_nowarn solve(prob, Rosenbrock23())
5555
@test findnz(calculate_jacobian(sys, sparse = true))[1:2] ==
5656
findnz(prob.f.jac_prototype)[1:2]
5757

0 commit comments

Comments
 (0)