From 7f5b331f22589093aa93e570f9a8a93868872923 Mon Sep 17 00:00:00 2001 From: Xavier Moles Lopez Date: Mon, 4 Mar 2013 12:04:44 +0100 Subject: [PATCH] FIX: import rgb2hed and hed2rgb in the test_colorconv script. --- skimage/color/tests/test_colorconv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skimage/color/tests/test_colorconv.py b/skimage/color/tests/test_colorconv.py index e49443fc..fec5c20d 100644 --- a/skimage/color/tests/test_colorconv.py +++ b/skimage/color/tests/test_colorconv.py @@ -21,6 +21,7 @@ from skimage.io import imread from skimage.color import ( rgb2hsv, hsv2rgb, rgb2xyz, xyz2rgb, + rgb2hed, hed2rgb, rgb2rgbcie, rgbcie2rgb, convert_colorspace, rgb2grey, gray2rgb,