mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +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.