Skip to content

Commit

Permalink
Update xgi/generators/uniform.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Lucas <[email protected]>
  • Loading branch information
nwlandry and maximelucas authored Oct 9, 2024
1 parent aecb125 commit e6e2258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xgi/generators/uniform.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def uniform_erdos_renyi_hypergraph(n, m, p, p_type="prob", multiedges=False, see
multiedges : bool, optional
Whether or not to allow multiedges. If True, there
can be significant speedups but at the cost of creating
(potentially unwanted artifacts). When multiedges=True,
(potentially unwanted) artifacts. When multiedges=True,
it treats each edge permutation as distinct, which can
lead to multiedges, especially for dense hypergraphs.
For sparse hypergraphs, however, this is unlikely to
Expand Down

0 comments on commit e6e2258

Please sign in to comment.