this depends on the plugin used

This commit is contained in:
Andreas Mueller
2011-10-16 19:40:19 +02:00
parent d9a3a46fb2
commit 22a424bc50
-1
View File
@@ -15,7 +15,6 @@ def test_camera():
def test_checkerboard():
""" Test that checkerboard image can be loaded. """
checkerboard = data.checkerboard()
assert_equal(checkerboard.dtype, np.uint8)
if __name__ == "__main__":
from numpy.testing import run_module_suite