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 4e566d2 commit 505f093
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 @@ -318,7 +318,7 @@ def uniform_erdos_renyi_hypergraph(n, m, p, p_type="prob", multiedges=False, see
Number of nodes
m : int > 0
Hyperedge size
p : float or int > 0
p : float or int >= 0
Probability of an m-hyperedge if p_type="prob" and
mean expected degree if p_type="degree"
p_type : str, optional
Expand Down

0 comments on commit 505f093

Please sign in to comment.