Skip to content

Commit b81363a

Browse files
committed
Fix typo
1 parent 7c64297 commit b81363a

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
@@ -60,7 +60,7 @@ using Tracker
6060
@test Tracker.data(y) lp
6161
@test Tracker.data(back(1)[1]) grad
6262

63-
y, back = Zygote.gradient(logp_model, x)
63+
y, back = Zygote.pullback(logp_model, x)
6464
@test y lp
6565
@test back(1) grad
6666
end

0 commit comments

Comments
 (0)