Skip to content

Commit 4bc1103

Browse files
committed
fix DPPL test
1 parent 924f635 commit 4bc1103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compat/ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ using Tracker
6262

6363
y, back = Zygote.pullback(logp_model, x)
6464
@test y lp
65-
@test back(1) grad
65+
@test back(1)[1] grad
6666
end
6767

0 commit comments

Comments
 (0)