mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 06:11:19 +08:00
4b53c92c14
The matplotlib IO returns float arrays from [0, 1], which gives difference results than a ubyte array. Explicitly convert to a ubyte array in the tests.