Skip to content

Commit 866e416

Browse files
last fix
1 parent 16b03c9 commit 866e416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/layers/pool.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
@test size(u) == (chin*2, n)
3535
@test u[1:chin,:] X
36-
@test u[chin+1:end,:] repeat(p, 1, n)
36+
@test u[chin+1:end,:] repeat(y, 1, n)
3737

3838
n = [5, 6, 7]
3939
ng = length(n)

0 commit comments

Comments
 (0)