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 0323a3f commit 1f52339Copy full SHA for 1f52339
test/complex_matrix_finitediff.jl
@@ -36,4 +36,4 @@ dp3 = Zygote.gradient(
36
ComponentArray(ip))
37
38
@test dp1[1]≈dp2 atol=1e-3
39
-@test dp1[1]≈dp3[1] atol=1e-3
+@test dp1[1]≈dp3[1] atol=5e-3
0 commit comments