mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 22:39:12 +08:00
[test_freeimage.py] remove extraneous statements
This commit is contained in:
@@ -39,8 +39,6 @@ def test_imread():
|
||||
|
||||
@skipif(not FI_available)
|
||||
def test_imread_truncated_jpg():
|
||||
raised = False
|
||||
raised = True
|
||||
assert_raises(RuntimeError,
|
||||
sio.imread,
|
||||
os.path.join(si.data_dir, 'truncated.jpg'))
|
||||
|
||||
Reference in New Issue
Block a user