Comment 4 for bug 404256

Revision history for this message
Michael Bommarito (mjbommar) wrote :

The previous reports were all from Linux (ubuntu 9.04) 64-bit, Python 2.6 and igraph-0.6 from Launchpad.
Had a chance to reboot and test the script I uploaded on Windows XP, 32-bit, Python 2.6 and igraph 0.5.2.

This throws the mxiter RuntimeWarning, but still runs.
>>python break.py
c:\python\lib\site-packages\igraph\__init__.py:519: RuntimeWarning: Maximum number of ARPACK iterations reached at .\src\community.c:1176
  cl, merges = GraphBase.community_leading_eigenvector(self, clusters, return_merges)