mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 09:24:15 +08:00
ee2092c6fa
This fix was needed because `labels` claimed it should be "of same shape as `data`", but this is no longer always the case. When multichannel=True, `labels` should be shaped like a SINGLE channel of `data`, i.e. without the final dimension denoting channels.