Skip to content

Commit 62b3405

Browse files
authored
Update basic_tests.jl
1 parent b41b1e0 commit 62b3405

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GNNLux/test/layers/basic_tests.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
@testitem "layers/basic" setup=[SharedTestSetup] begin
2-
@test 1==1
3-
"""
42
rng = StableRNG(17)
53
g = rand_graph(10, 40, seed=17)
64
x = randn(rng, Float32, 3, 10)
@@ -18,5 +16,4 @@
1816
c = GNNChain(GraphConv(3 => 5, relu), GCNConv(5 => 3))
1917
test_lux_layer(rng, c, g, x, outputsize=(3,), container=true)
2018
end
21-
"""
2219
end

0 commit comments

Comments
 (0)