mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 18:23:37 +08:00
de01ea56ae
With commit e3b84ed the unwrap_phase function would always return an ndarray
even when image was masked. This restores the pre-e3b84ed behavior of
returning a masked array when the image is masked.