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 10, 2024
1 parent 919834a commit 4e566d2
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 @@ -322,7 +322,7 @@ def uniform_erdos_renyi_hypergraph(n, m, p, p_type="prob", multiedges=False, see
Probability of an m-hyperedge if p_type="prob" and
mean expected degree if p_type="degree"
p_type : str, optional
changes the way p is interpreted (see p for detail).
Determines the way p is interpreted (see p for detail).
Valid options are "prob" or "degree", by default "prob"
multiedges : bool, optional
Whether or not to allow multiedges. If True, there
Expand Down

0 comments on commit 4e566d2

Please sign in to comment.