Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelucas authored and tlarock committed Aug 3, 2023
1 parent 0f7b2fa commit 717bf19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xgi/core/hypergraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Hypergraph:
* hyperedge list
* hyperedge dictionary
* 2-column Pandas dataframe (bipartite edges)
* Scipy/Numpy incidence matrix
* Incidence matrix: numpy ndarray or scipy.sparse array
* Hypergraph object
* SimplicialComplex object
Expand Down
2 changes: 1 addition & 1 deletion xgi/core/simplicialcomplex.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SimplicialComplex(Hypergraph):
* simplex list
* simplex dictionary
* 2-column Pandas dataframe (bipartite edges)
* Scipy/Numpy incidence matrix
* Incidence matrix: numpy ndarray or scipy.sparse array
* SimplicialComplex object
* Hypergraph object
Expand Down

0 comments on commit 717bf19

Please sign in to comment.