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

clustering selected nodes doesn't work properly #8

Open
mikekucera opened this issue Jul 13, 2017 · 1 comment
Open

clustering selected nodes doesn't work properly #8

mikekucera opened this issue Jul 13, 2017 · 1 comment

Comments

@mikekucera
Copy link

Steps to reproduce:

  • Open a network (eg galFiltered)
  • Select a subset of the nodes
  • Run mcl with selectedNodes=true
  • Result only the selected nodes are clustered, so far so good
  • Unselect the nodes
  • Run mcl with selectedNodes = false
  • Result is that only the nodes that were previously selected are clustered

The behaviour seems to be that whenever you run mcl on some selected nodes, any subsequent call to mcl always runs on the same nodes as the first time.

@mikekucera
Copy link
Author

mikekucera commented Jul 13, 2017

From debugging it looks like EdgeAttributeHandler.getMatrix() is just returning the matrix from the previous execution. The updateBounds() method is not recreating the matrix because I'm using "--None--" as the attribute.

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