mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import skimage.data as data
|
||||
from numpy.testing import assert_equal, assert_array_equal
|
||||
import numpy as np
|
||||
from numpy.testing import assert_equal
|
||||
|
||||
|
||||
def test_lena():
|
||||
@@ -17,7 +16,7 @@ def test_camera():
|
||||
|
||||
def test_checkerboard():
|
||||
""" Test that checkerboard image can be loaded. """
|
||||
checkerboard = data.checkerboard()
|
||||
data.checkerboard()
|
||||
|
||||
if __name__ == "__main__":
|
||||
from numpy.testing import run_module_suite
|
||||
|
||||
Reference in New Issue
Block a user