Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Aug 7, 2024
1 parent cb01c4b commit 355d0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNNGraphs/src/generate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function rand_heterograph end

# for generic iterators of pairs
rand_heterograph(n, m; kws...) = rand_heterograph(Dict(n), Dict(m); kws...)
rand_heterograph(rng::AbstractRNG, n, m; kws...) = rand_heterograph(rng, Dict(n), Dict(m); kws...)

function rand_heterograph(n::NDict, m::EDict; seed=-1, kws...)
if seed != -1
Expand Down

0 comments on commit 355d0f6

Please sign in to comment.