Skip to content

Commit 6e610c1

Browse files
authored
Update conv_tests.jl
1 parent 894bdb3 commit 6e610c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNLux/test/layers/conv_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@testitem "layers/conv" setup=[SharedTestSetup] begin
22
rng = StableRNG(1234)
33
edim = 10
4-
g = rand_graph(10, 40)
4+
g = rand_graph(rng, 10, 40)
55
in_dims = 3
66
out_dims = 5
77
x = randn(rng, Float32, in_dims, 10)

0 commit comments

Comments
 (0)