COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement.

This commit is contained in:
Andreas Mueller
2012-06-29 11:27:23 +02:00
parent d7f1a3abec
commit 46e959a9d9
14 changed files with 241 additions and 247 deletions
+2 -3
View File
@@ -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