Skip to content

Commit

Permalink
Update basic_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rbSparky authored Aug 9, 2024
1 parent b41b1e0 commit 62b3405
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions GNNLux/test/layers/basic_tests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@testitem "layers/basic" setup=[SharedTestSetup] begin
@test 1==1
"""
rng = StableRNG(17)
g = rand_graph(10, 40, seed=17)
x = randn(rng, Float32, 3, 10)
Expand All @@ -18,5 +16,4 @@
c = GNNChain(GraphConv(3 => 5, relu), GCNConv(5 => 3))
test_lux_layer(rng, c, g, x, outputsize=(3,), container=true)
end
"""
end

0 comments on commit 62b3405

Please sign in to comment.