mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 18:45:14 +08:00
e6fc72011f
This PR corrects an error in the search for the existence of a distinct pivot for sorting in the `quicker_sort` routines. This could lead to `quicker_sort` wrongly believing that all items in a subarray are equal and hence require no sorting. While this doesn't explain #835 and #902, it may be related.