microsoft / topologic

A python library for intelligently building networks and network embeddings, and for analyzing connected data.
https://topologic.readthedocs.io
MIT License
27 stars 8 forks source link

rank_edges function does not currently work. #36

Closed adutchengineer closed 4 years ago

adutchengineer commented 4 years ago

topologic/graph_augmentation.py needs to have one line changed: edge_count = len(graph.edges)

to:

edge_count = len(graph.edges())