Skip to content

Commit c49b711

Browse files
committed
Test
1 parent 5f55fec commit c49b711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jacobiansparsity.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ JP = prob.f.jac_prototype
5050

5151
# test sparse jacobian
5252
prob = ODEProblem(sys, u0, (0, 11.5), sparse = true, jac = true)
53+
@test_nowarn solve(prob, Rosenbrock23())
5354
@test findnz(calculate_jacobian(sys, sparse = true))[1:2] ==
5455
findnz(prob.f.jac_prototype)[1:2]
5556

0 commit comments

Comments
 (0)