Skip to content

Commit

Permalink
Update test/adjoint.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 29, 2024
1 parent fe5e57f commit 3634255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adjoint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ db12 = FiniteDiff.finite_difference_gradient(
db22 = FiniteDiff.finite_difference_gradient(
x -> f3(eltype(x).(A), eltype(x).(b1), x), copy(b1))

@test dAdA2 atol=1e-3
@test dAdA2 rtol=1e-3
@test db1 db12
@test db2 db22

Expand Down

0 comments on commit 3634255

Please sign in to comment.