Skip to content

Commit

Permalink
Add rng to randn
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Lucibello <[email protected]>
  • Loading branch information
aurorarossi and CarloLucibello authored Nov 7, 2024
1 parent fee17fd commit 48c5f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNLux/src/layers/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ julia> m = GNNChain(GCNConv(2=>5),
x -> relu.(x),
Dense(5=>4))
julia> x = randn(Float32, 2, 3);
julia> x = randn(rng, Float32, 2, 3);
julia> g = rand_graph(3, 6)
GNNGraph:
Expand Down

0 comments on commit 48c5f7a

Please sign in to comment.