Remove end of line whitespace in test_unwrap.py

This commit is contained in:
Jonathan Helmus
2015-01-21 16:03:18 -06:00
parent 8ebe073ad5
commit eef3734bfe
+1 -1
View File
@@ -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])