From 739dca0201f963ea2ebb4aaf56031eed63690748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 12 Apr 2014 09:57:51 -0400 Subject: [PATCH] Fix novice doc test --- skimage/novice/_novice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/novice/_novice.py b/skimage/novice/_novice.py index 553da070..b953b0c8 100644 --- a/skimage/novice/_novice.py +++ b/skimage/novice/_novice.py @@ -226,7 +226,7 @@ class Picture(object): Get the bottom-left pixel >>> pic[0, 0] - Pixel(red=255, green=0, blue=0) + Pixel(red=255, green=0, blue=0, alpha=255) Get the top row of the picture >>> pic[:, pic.height-1]