Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
rbSparky committed Aug 19, 2024
1 parent fc2db99 commit 90fc120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNNLux/test/layers/conv_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
@testset "NNConv" begin
edim = 10
nn = Dense(edim, out_dims * in_dims)
g = GNNGraph(g, edata = rand(Float32, edim, g.num_edges))
l = NNConv(in_dims => out_dims, nn, tanh, aggr = +)
test_lux_layer(rng, l, g, x, sizey=(out_dims, g.num_nodes), container=true)
end
Expand Down

0 comments on commit 90fc120

Please sign in to comment.