Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhao19 committed Oct 8, 2023
1 parent e6e2d5a commit b2e0371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ def test(data):

nn = kd_tree.query(X_test, 4)

radius = kd_tree.query_radius(X_test, 1.0)

if __name__ == "__main__":
test(datasets)

0 comments on commit b2e0371

Please sign in to comment.