Add RGBA image

This commit is contained in:
François Boulogne
2016-07-17 14:13:24 +02:00
parent f292717dac
commit 449bd445fc
3 changed files with 25 additions and 10 deletions
+7
View File
@@ -57,6 +57,13 @@ def test_immunohistochemistry():
data.immunohistochemistry()
def test_logo():
""" Test that "logo" image can be loaded. """
logo = data.logo()
assert_equal(logo.ndim, 3)
assert_equal(logo.shape[2], 4)
def test_moon():
""" Test that "moon" image can be loaded. """
data.moon()