mapequation / infomap

Multi-level network clustering based on the Map Equation
https://mapequation.org/infomap
GNU General Public License v3.0
425 stars 88 forks source link

Python method physical_nodes causes segfault #300

Closed antoneri closed 2 years ago

antoneri commented 2 years ago

Reproduce by running the state-network.py example with the following uncommented:

for node in im.physical_nodes:
    print(node.node_id, node.module_id)