networkdynamics / zenlib

The Zero Effort Network Library for Python
http://zen.networkdynamics.org
Other
67 stars 25 forks source link

louvain method should check for undirected Graph #24

Open druths opened 9 years ago

druths commented 9 years ago

This kind of error:

File "louvain.pyx", line 271, in zen.algorithms.community.louvain.louvain (zen/algorithms/community/louvain.c:4886) TypeError: Cannot convert zen.digraph.DiGraph to zen.graph.Graph

should fail in a less random place.