mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 19:48:48 +08:00
Remove end of line whitespace in test_unwrap.py
This commit is contained in:
@@ -138,7 +138,7 @@ def test_mask():
|
||||
image_wrapped_3d = image_wrapped.reshape(shape)
|
||||
image_unwrapped_3d = unwrap_phase(image_wrapped_3d)
|
||||
# remove phase shift
|
||||
image_unwrapped_3d -= image_unwrapped_3d[0, 0, 0]
|
||||
image_unwrapped_3d -= image_unwrapped_3d[0, 0, 0]
|
||||
assert_array_almost_equal_nulp(image_unwrapped_3d[:, :, -1], image[i, -1])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user