We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b03c9 commit 866e416Copy full SHA for 866e416
test/layers/pool.jl
@@ -33,7 +33,7 @@
33
34
@test size(u) == (chin*2, n)
35
@test u[1:chin,:] ≈ X
36
- @test u[chin+1:end,:] ≈ repeat(p, 1, n)
+ @test u[chin+1:end,:] ≈ repeat(y, 1, n)
37
38
n = [5, 6, 7]
39
ng = length(n)
0 commit comments