Skip to content

Commit b926d00

Browse files
committed
trigger test
1 parent de1cacb commit b926d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939
@test iloss(rand(10, 10), w, w′) > 1
4040
st = Optimisers.setup(o, w)
4141
for t = 1:10^5
42-
x = rand(10)
42+
x = rand(10,20)
4343
gs = loggradient(o)(w -> iloss(x, w, w′), w)
4444
st, w = Optimisers.update!(st, w, gs...)
4545
end

0 commit comments

Comments
 (0)