Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbSparky committed Sep 14, 2024
1 parent 12ac537 commit bbbb07c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GNNLux/test/layers/conv_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
ps = LuxCore.initialparameters(rng, l)
st = LuxCore.initialstates(rng, l)

test_lux_layer(rng, l, g2, x, sizey=(n_out, g2.num_nodes), container=true, edge_weight=e)
y, st′ = l(g2, x, e, ps, st)

@test size(y) == (n_out, g2.num_nodes)
end
end

0 comments on commit bbbb07c

Please sign in to comment.