Skip to content

Commit

Permalink
Update conv_tests.jl: test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbSparky authored Sep 14, 2024
1 parent 73de0db commit 12ac537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNLux/test/layers/conv_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12ac537

Please sign in to comment.