From 49eb2f3a5455ed06a48567d3e220ad92d8f92b5c Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Tue, 12 Jan 2016 23:29:58 +0100 Subject: [PATCH] Suggest 'skimage.data.astronaut' as alternative test image --- skimage/data/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index 29b7042d..ff8184b5 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -57,7 +57,7 @@ def camera(): return load("camera.png") -@deprecated() +@deprecated('skimage.data.astronaut') def lena(): """Colour "Lena" image.