ngmikheev
Results
1
issues of
ngmikheev
Hi, To make nearest neighbors list of VPTree you sort `(distance, node)` tuples. Tuples in python are compared in lexicographical order (https://docs.python.org/3/library/stdtypes.html#common-sequence-operations). So in case distances are the same nodes...