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 1dfe018 commit 3b9f3e8Copy full SHA for 3b9f3e8
test/forward/forward.jl
@@ -36,7 +36,7 @@ end == 1
36
x
37
end == 0
38
39
-@test D(x -> abs(x+2im), 1) == gradient(x -> abs(x+2im), 1)[1]
+@test_broken D(x -> abs(x+2im), 1) == gradient(x -> abs(x+2im), 1)[1] # ProjectTo means gradient here is real
40
41
using LinearAlgebra
42
0 commit comments