Edge equality operator is incorrect #333
Labels
bug
Something isn't working
core
something about core
Priority:Critical
Priority Label for Critical Issue
The current edge equality operator is this:
This is incorrect, since the second user ids are not getting compared against each-other (we're comparing
p2->getNodePair().second->getUserId()
against itself).This will be changed to:
To resolve this bug.
Edge equality is a core functionality of this library. Therefore I'm marking this as critical.
The text was updated successfully, but these errors were encountered: