mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
remove unused variable (#4934)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user