diff --git a/python/quadrants/algorithms/_algorithms.py b/python/quadrants/algorithms/_algorithms.py index ea77fcf9cc..e4c7ec384d 100644 --- a/python/quadrants/algorithms/_algorithms.py +++ b/python/quadrants/algorithms/_algorithms.py @@ -56,7 +56,6 @@ def __init__(self, length): self.sorting_length = length BLOCK_SZ = 64 - GRID_SZ = int((length + BLOCK_SZ - 1) / BLOCK_SZ) # Buffer position and length # This is a single buffer implementation for ease of aot usage