Closed sclipman closed 3 years ago
Hi there @sclipman,
You need numeric indices that start with zero.
Bests,
Benedek
@sclipman Could you star the repo and hit follow on github?
Perfect, thank you!
For anyone running into this issue, node labels can be converted to integers in NetworkX with:
graph_num = nx.convert_node_labels_to_integers(graph, first_label=0, ordering='default')
Thank you for creating this extension library! I saw your paper and am trying to test
karateclub
with a graph created from an edge list using the code:However, I get the following error below. Any tips on resolving this would be greatly appreciated!