You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!