Skip to content

Commit 1f52339

Browse files
committed
test: relax the tolerance
1 parent 0323a3f commit 1f52339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/complex_matrix_finitediff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ dp3 = Zygote.gradient(
3636
ComponentArray(ip))
3737

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

0 commit comments

Comments
 (0)