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

Fix call len call to get number of edges #37

Closed nicaurvi closed 4 years ago

nicaurvi commented 4 years ago

Fix a call to len which should be using the method. I believe .edges used to work in previous networkx versions but this is more correct.

Fixes #36

adutchengineer commented 4 years ago

Thank you! @Nyecarr