You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @zz242msu, thanks for noticing this. Indeed, the file seems to be missing. Note however that there are many other edgelists/relevant datasets present here: https://github.com/SkBlaz/py3plex/tree/master/datasets. Feel free to modify the example + PR if you find a better option
Hi there,
I am using macOs and got this error:
/usr/local/lib/python3.10/dist-packages/py3plex/algorithms/community_detection/community_wrapper.py in parse_infomap(outfile)
98
99 outmap = {}
--> 100 with open(outfile) as of:
101 for line in of:
102 parts = line.strip().split()
FileNotFoundError: [Errno 2] No such file or directory: 'out/tmpedgelist.tree'
Looks like the file might need to be 'tmp/tmpedgelist.txt'
Thanks!
The text was updated successfully, but these errors were encountered: