fixed Hypergraph.restrict_to_nodes
·
1703 commits
to master
since this release
The Hypergraph.restrict_to_nodes function was deleting memberships of nodes. We updated the method. now the new restricted hypergraph does not share edges or nodes with the original hypergraph, although the reference uids will remain the same.