We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74e754 commit 2855d96Copy full SHA for 2855d96
test/jacobiansparsity.jl
@@ -51,7 +51,7 @@ JP = prob.f.jac_prototype
51
52
# test sparse jacobian
53
prob = ODEProblem(sys, u0, (0, 11.5), sparse = true, jac = true)
54
-#@test_nowarn solve(prob, Rosenbrock23())
+@test_nowarn solve(prob, Rosenbrock23())
55
@test findnz(calculate_jacobian(sys, sparse = true))[1:2] ==
56
findnz(prob.f.jac_prototype)[1:2]
57
0 commit comments