This repository has been archived by the owner on May 1, 2024. It is now read-only.
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Tuple index out of range #71
Open
Description
I used nxmetis.partition(G, 8)
to partition the PPI dataset, but an error occurred:
File "</home/ubuntu/profile/metis/lib/python2.7/site-packages/decorator.pyc:decorator-gen-678>", line 2, in partition File "build/bdist.linux-x86_64/egg/nxmetis/__init__.py", line 90, in _convert_exceptions IndexError: tuple index out of range
It depends on the number of partitions. I've tried 2 to 7 and they worked well.
What might be the problem? Thank you.
- python 2.7
- networkx 2.2
Metadata
Assignees
Labels
No labels
Activity