mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
Remove offending line
This commit is contained in:
@@ -168,7 +168,6 @@ def test_imsave_filelike():
|
||||
s.seek(0)
|
||||
im = Image.open(s)
|
||||
out = pil_to_ndarray(im)
|
||||
out = imread(s)
|
||||
assert out.shape == shape
|
||||
assert_allclose(out, image)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user