Replies: 1 comment
-
Hi and thanks for reaching out! This seems like something from pre-1.0. Try something like from infomap import Infomap
im = Infomap()
# read file, add nodes, etc.
im.run()
for node in im.nodes:
print(node.node_id) Have a look at the current API docs for more info. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to finish my script on infomap but running into this issue:
I am wondering if I could get some help with this. I understand that the version has been updated from a 2019 post, but I was not able to find corresponding documentation on which attribute each class has. Could you give me a pointer on this and how to fix the issue, please? Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions