vtraag / leidenalg

Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
GNU General Public License v3.0
596 stars 78 forks source link

"Get coarse node list" ends the the process of from_coarse_partition(partition_agg, refined_partition.membership) #75

Closed yottoo closed 3 years ago

yottoo commented 3 years ago

When running the high-level implementation of leiden algorithm, the error "Get coarse node list" always kill the process of from_coarse_partition(partition_agg, refined_partition.membership).

I noticed that in the master or the 0.8.5dev branches, this problem may be solved. Just wondering when the new version, say, 0.8.5 will release? I am thrilling to have a go. :)

vtraag commented 3 years ago

The next version was just released. This ended up being version 0.8.7, it should be available from PyPI now. Let me know if you still run into some error!