Rename sort method for points
This commit is contained in:
@@ -83,7 +83,7 @@ class NearestNeighborsSweep(Algorithm):
|
||||
# Populate event structure
|
||||
self._es = copy.deepcopy(self._input)
|
||||
# Sort the input elements
|
||||
self._num_steps["sort"] = point.sort_point_set(self._es)
|
||||
self._num_steps["sort"] = point.sort_set(self._es)
|
||||
return True
|
||||
|
||||
def step(self):
|
||||
|
||||
Reference in New Issue
Block a user