Skip to content

Commit 27750f9

Browse files
Add rng to rang_graph
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 3c4b890 commit 27750f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNLux/src/layers/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ julia> m = GNNChain(GCNConv(2=>5),
3737
3838
julia> x = randn(rng, Float32, 2, 3);
3939
40-
julia> g = rand_graph(3, 6)
40+
julia> g = rand_graph(rng, 3, 6)
4141
GNNGraph:
4242
num_nodes: 3
4343
num_edges: 6

0 commit comments

Comments
 (0)