remove unused variable (#4934)

This commit is contained in:
mdehoon
2025-02-13 12:11:31 +09:00
committed by GitHub
parent 9962ca2691
commit a6bdb14fda

View File

@ -70,7 +70,6 @@ class KDTreeTest(unittest.TestCase):
nr_points = 5000 # number of points used in test
bucket_size = 5 # number of points per tree node
radius = 0.05 # radius of search (typically 0.05 or so)
query_radius = 10 # radius of search
def test_KDTree_exceptions(self):
bucket_size = self.bucket_size