Closed adutchengineer closed 4 years ago
topologic/graph_augmentation.py needs to have one line changed: edge_count = len(graph.edges)
to:
edge_count = len(graph.edges())
topologic/graph_augmentation.py needs to have one line changed: edge_count = len(graph.edges)
to:
edge_count = len(graph.edges())