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
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.
The text was updated successfully, but these errors were encountered:
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.
Steps to reproduce:
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.
The text was updated successfully, but these errors were encountered: