We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15477e6 + 7019d55 commit ed94862Copy full SHA for ed94862
test/forwarddiffsensitivity_sparsity_components.jl
@@ -17,7 +17,7 @@ end
17
18
p_true = ComponentArray(k = 0.42)
19
jac_proto = Tridiagonal(similar(u0, nknots - 1), similar(u0), similar(u0, nknots - 1))
20
-prob = ODEProblem(ODEFunction(f, jac_prototype = jac_proto), u0, (0.0, 1.0), p_true)
+prob = ODEProblem(ODEFunction(f #=, jac_prototype = jac_proto =#), u0, (0.0, 1.0), p_true)
21
@time sol_true = solve(prob, Rodas4P(), saveat = 0.1)
22
23
function loss(p)
0 commit comments