Skip to content

Commit 7e6c2c9

Browse files
fixupmissing symbol
1 parent 0424158 commit 7e6c2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ end
196196
# Can be safely removed - creating Params within
197197
# gradient calls may break between releases.
198198
sgs = gradient(ps) do
199-
sum(sum(x) for x in Zygote.Params([d.W, d.b, b]))
199+
sum(sum(x) for x in Zygote.Params([d.W, d.b]))
200200
end
201201
@test sgs[d.W] fill(1.f0, size(d.W))
202202
@test sgs[d.b] fill(1.f0, size(d.b))

0 commit comments

Comments
 (0)