Skip to content

Commit

Permalink
format with isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Oct 17, 2024
1 parent cce09e3 commit 19b91c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xgi/generators/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def fast_random_hypergraph(n, ps, order=None, seed=None):
List of probabilities (between 0 and 1) to create a
hyperedge at each order d between any d+1 nodes (when `order` is `None`). For example,
ps[0] is the wiring probability of any edge (2 nodes), ps[1]
of any triangles (3 nodes). If a float, generate a uniform hypergraph.
of any triangles (3 nodes). If a float, generate a uniform hypergraph.
See `order` for advanced options when it is not `None`.
order: int, list of ints, or array of ints or None (default)
If None (default), ignored. If list or array, generates a hypergraph
Expand Down

0 comments on commit 19b91c4

Please sign in to comment.