diff --git a/GNNLux/test/layers/conv_tests.jl b/GNNLux/test/layers/conv_tests.jl index d648e607f..301210e7a 100644 --- a/GNNLux/test/layers/conv_tests.jl +++ b/GNNLux/test/layers/conv_tests.jl @@ -124,6 +124,6 @@ ps = LuxCore.initialparameters(rng, l) st = LuxCore.initialstates(rng, l) - y = l(g2, x, e, ps, st) # just to see if it runs without an error + test_lux_layer(rng, l, g2, x, sizey=(n_out, g2.num_nodes), container=true, edge_weight=e) end end