Skip to content

Commit 16b03c9

Browse files
Use correct graph size test
1 parent 0e520e4 commit 16b03c9

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
@@ -35,7 +35,7 @@
3535
@test u[1:chin,:] X
3636
@test u[chin+1:end,:] repeat(p, 1, n)
3737

38-
n = [1, 2, 3]
38+
n = [5, 6, 7]
3939
ng = length(n)
4040
g = Flux.batch([GNNGraph(random_regular_graph(n[i], 4),
4141
ndata=rand(Float32, chin, n[i]),

0 commit comments

Comments
 (0)