From 6ca30b08976529185fff04cb42a36bd77b8f93e3 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sat, 28 Sep 2013 17:10:29 -0500 Subject: [PATCH] Speed up doctest --- skimage/novice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/novice/__init__.py b/skimage/novice/__init__.py index ace7df47..b9937f51 100644 --- a/skimage/novice/__init__.py +++ b/skimage/novice/__init__.py @@ -42,7 +42,7 @@ True 451 Changing `size` resizes the picture. ->>> picture.size = (200, 250) +>>> picture.size = (45, 30) You can iterate over pixels, which have RGB values between 0 and 255, and know their location in the picture.