Skip to content

Commit

Permalink
test: relax the tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 4, 2024
1 parent 0323a3f commit 1f52339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/complex_matrix_finitediff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ dp3 = Zygote.gradient(
ComponentArray(ip))

@test dp1[1]dp2 atol=1e-3
@test dp1[1]dp3[1] atol=1e-3
@test dp1[1]dp3[1] atol=5e-3

0 comments on commit 1f52339

Please sign in to comment.