hypergraphx
hypergraphx copied to clipboard
add_attr_to_node_metadata not available in Hypergraph class
I installed the package in a Google Colab notebook and am trying to run the basics.ipynb notebook. Unfortunately it looks like the Hypergraph class is missing the add_attr_to_node_metadata method and I couldn't find anything about it when looking through the commits. Is this deprecated or is there a workaround other than removing a node and adding a copy of it with metadata back in?
P.S. I love this project so much, keep up the great work!
Hello! Thanks a lot!:)
That specific function is deprecated and I'm working on improving it, should be available in the next release. In the meanwhile yes, probably the best workaround is removing the node and updating metadata