Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing intra-layer data #363

Open
rbetzel opened this issue Dec 16, 2024 · 0 comments
Open

Parsing intra-layer data #363

rbetzel opened this issue Dec 16, 2024 · 0 comments

Comments

@rbetzel
Copy link

rbetzel commented Dec 16, 2024

I'm modeling drosophila connectome data as a multiplex network (140k neurons with 6 different neurotransmitters -- synapse types). I wanted to try and use the multilayer variant of infomap. I've created a 'connectome.net' file following the 'intra' format. The code runs fine when I only include a few layers in the .net file. But when I extend to all six layers (tens of millions of lines in the .net file), I get the following error running the code:

'Error: Can't parse intra-multilayer link data from line '6 5'

I don't have clear insight as to what the issue might be, but I wonder if the multilayer infomap stops reading .net files after a fixed number of lines. Any insight would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant