HGX-Team / hypergraphx

HGX is a multi-purpose, open-source Python library for higher-order network analysis
https://hypergraphx.readthedocs.io/
Other
199 stars 22 forks source link

Issue with remove_node method #5

Closed rogergheser closed 1 year ago

rogergheser commented 1 year ago

I've experienced an issue with the remove_node method from hypergraphx.core I believe that this is caused by the fact that there is no if-case to check if the graph is weighted when calling remove_node with the keep_edges flag set to True.

Screenshot 2023-04-20 at 11 13 42
FraLotito commented 1 year ago

Hi! Thank you for reporting this. The bug should be fixed now.