mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
The threshold_isodata function created an arange of values up to the number of bins, but gave it type np.uint8, limiting the number of bins to 256. Fixes #1085.