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 733f3fc commit 7914cadCopy full SHA for 7914cad
test/compat/ad.jl
@@ -62,6 +62,6 @@ using Tracker
62
63
y, back = Zygote.pullback(logp_model, x)
64
@test y ≈ lp
65
- @test back(1) ≈ grad
+ @test back(1)[1] ≈ grad
66
end
67
0 commit comments