We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67861f1 commit 046a929Copy full SHA for 046a929
test/extensions/ad.jl
@@ -25,7 +25,7 @@ prob = ODEProblem(sys, u0, tspan, ps)
25
sol = solve(prob, Tsit5())
26
27
mtkparams = parameter_values(prob)
28
-new_p = rand(10)
+new_p = rand(14)
29
gs = gradient(new_p) do new_p
30
new_params = SciMLStructures.replace(SciMLStructures.Tunable(), mtkparams, new_p)
31
new_prob = remake(prob, p = new_params)
0 commit comments