pnnl / HyperNetX

Python package for hypergraph analysis and visualization.
https://hypernetx.readthedocs.io
Other
539 stars 92 forks source link

fixed bug in add node to edge of hypergraph #51

Closed brendapraggastis closed 3 years ago

brendapraggastis commented 3 years ago

Fixed bug in Hypergraph.add_node_to_edge. Hypergraph clones nodes when they are added. Adding the same node entity adds two distinct clones. This behavior has been changed to give expected behavior, only one clone per added node is made.