Skip to content

Commit

Permalink
revert change to ensure_spacing itself
Browse files Browse the repository at this point in the history
* can't assume there are not duplicate coordinates or points closer than pixel spacing in this utility function
  • Loading branch information
grlee77 committed Sep 23, 2024
1 parent 805c91d commit ae2d460
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cucim/src/cucim/skimage/_shared/coord.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ def ensure_spacing(
A subset of coord where a minimum spacing is guaranteed.
"""
if spacing == 1:
return coords

output = coords
if len(coords):
Expand Down

0 comments on commit ae2d460

Please sign in to comment.