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.
1 parent 5ce3014 commit d79e161Copy full SHA for d79e161
test/downstream/ordinarydiffeq_tridiagonal_solve.jl
@@ -24,4 +24,5 @@ function loss(p)
24
sol = solve(_prob, Rodas4P(autodiff=false), saveat=0.1)
25
sum((sol .- sol_true).^2)
26
end
27
-@test ForwardDiff.gradient(loss, [1.0])[1] ≈ 0.6662949361011025
+@test ForwardDiff.gradient(loss, [1.0])[1] ≈ 0.6645766813735486
28
+
0 commit comments