We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KDNode.dist
search_nn_dist
The two lines below, one requires dist to be euclidean distance, and the other requires it to be squared distance: https://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L501 https://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L508
And the best argument is not used https://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L517
best
The text was updated successfully, but these errors were encountered:
Fixed 6 years ago in #43... Only a matter of time before It's merged
Sorry, something went wrong.
No branches or pull requests
The two lines below, one requires dist to be euclidean distance, and the other requires it to be squared distance:
https://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L501
https://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L508
And the
best
argument is not usedhttps://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L517
The text was updated successfully, but these errors were encountered: