From cc7a54412202a18c3e91fa4e4610fbb68004c704 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 7 Nov 2011 14:48:10 -0800 Subject: [PATCH] BUG: data: Fix chessboard file name. --- 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 845d3f05..6d955f4f 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -52,7 +52,7 @@ def checkerboard(): edges, they also visualise distortions particularly well. """ - return load("chessboard_GRAY_U8.png") + return load("chessboard_GRAY.png") def coins(): """Greek coins from Pompeii.