Skip to content

Commit 3d14193

Browse files
Update test/layers/conv.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 4a2c609 commit 3d14193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
l = GMMConv(in_channel => out_channel, K=K, e_dim=e_dim)
270270
for g in test_graphs
271271
g = GNNGraph(g, edata=rand(e_dim, g.num_edges))
272-
test_layer(l, g, rtol=RTOL_HIGH, outsize = (out_channel, g.num_edges))
272+
test_layer(l, g, rtol=RTOL_HIGH, outsize = (out_channel, g.num_nodes))
273273
end
274274
end
275275
end

0 commit comments

Comments
 (0)