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

Segfault when using --cluster-data with a tree file #119

Closed
antoneri opened this issue Mar 11, 2020 · 0 comments
Closed

Segfault when using --cluster-data with a tree file #119

antoneri opened this issue Mar 11, 2020 · 0 comments
Labels

Comments

@antoneri
Copy link
Member

antoneri commented Mar 11, 2020

The following creates a segfault:

infomap --no-infomap validation_seed0_order2.net --cluster-data training_seed0_order2.tree .

validation_seed0_order2.net
training_seed0_order2.tree

======================================================
  Infomap v1.0.7 starts at 2020-03-11 16:13:06
  -> Input network: validation_seed0_order2.net
  -> Output path:   ./
  -> Configuration: cluster-data = training_seed0_order2.tree
                    no-infomap
=======================================================
Parsing undirected network from file 'validation_seed0_order2.net'...
  Parsing vertices...
  -> 12 physical nodes added
  Parsing state nodes...
  -> 12 state nodes added
  Parsing links...
  -> 82 links
Done!
-------------------------------------
  -> 12 state nodes
  -> 12 physical nodes
  -> 82 links with total weight 5005
  -> Found higher order network input, using the Map Equation for higher order network flows
Calculating global network flow using flow model 'undirected'...
  -> Using undirected links.
  => Sum node flow: 1, sum link flow: 1
Build internal network with 12 nodes and 82 links...
Calculating one-level codelength... done!
 -> One-level codelength: 3.54274544
Calculating entropy rate... done!
  -> Entropy rate: 2.801735967

================================================
Trial 1/1 starting at 2020-03-11 16:13:06
================================================
Init partition from file 'training_seed0_order2.tree'... Warning, aggregated flow is not exactly 1.0, but 0.
done! Generated 0 levels with codelength 0

=> Trial 1/1 finished in 0.000349s with codelength 0
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant