mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 03:21:19 +08:00
6cf12ac0d8
data.coins() returns a ubyte image in Python 2.7.x but a float32 image in Python 3.x. This ensures that the image always has the same type for the rest of the example.