Skip to content

Commit 3c9bbd5

Browse files
temporarily remove NNConv tests (#209)
1 parent 7f16b69 commit 3c9bbd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/layers/conv.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@
207207
l = NNConv(in_channel => out_channel, nn, tanh, bias=true, aggr=+)
208208
for g in test_graphs
209209
g = GNNGraph(g, edata=rand(T, edim, g.num_edges))
210-
test_layer(l, g, rtol=RTOL_HIGH, outsize=(out_channel, g.num_nodes))
210+
# FIXME issue #208
211+
# test_layer(l, g, rtol=RTOL_HIGH, outsize=(out_channel, g.num_nodes))
211212
end
212213
end
213214

0 commit comments

Comments
 (0)