xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
187 stars 32 forks source link

Unify the three methods to create sub-hypergraphs #95

Closed leotrs closed 2 years ago

leotrs commented 2 years ago

These three methods are very similar and look like they could/should be a single method subhypergraph edge_subhypergraph arbitrary_subhypergraph

And I think these should be xgi functions, not Hypergraph methods.

leotrs commented 2 years ago

Closed by #106