Skip to content

Commit d79e161

Browse files
Update ordinarydiffeq_tridiagonal_solve.jl
1 parent 5ce3014 commit d79e161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/downstream/ordinarydiffeq_tridiagonal_solve.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ function loss(p)
2424
sol = solve(_prob, Rodas4P(autodiff=false), saveat=0.1)
2525
sum((sol .- sol_true).^2)
2626
end
27-
@test ForwardDiff.gradient(loss, [1.0])[1] 0.6662949361011025
27+
@test ForwardDiff.gradient(loss, [1.0])[1] 0.6645766813735486
28+

0 commit comments

Comments
 (0)