replacing lena in examples and most tests

This commit is contained in:
Rebecca
2014-11-07 16:01:23 +02:00
committed by Stefan van der Walt
parent e8967abe78
commit 1b217f971e
36 changed files with 216 additions and 199 deletions
+5
View File
@@ -7,6 +7,11 @@ def test_lena():
lena = data.lena()
assert_equal(lena.shape, (512, 512, 3))
def test_astronaut():
""" Test that "astronaut" image can be loaded. """
astronaut = data.astronaut()
assert_equal(astronaut.shape, (512, 512, 3))
def test_camera():
""" Test that "camera" image can be loaded. """