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

Update find_partition_multiplex to support max_comm_size #51

Closed TomKellyGenetics closed 3 years ago

TomKellyGenetics commented 3 years ago

Corrects missing arguments and defaults for find_partition_multiplex to fix bug #50

vtraag commented 3 years ago

Thanks for solving this issue!