From 4fd18d43003839f798037c1921497cc9a0c2984f Mon Sep 17 00:00:00 2001 From: Matt Terry Date: Mon, 22 Jul 2013 15:56:12 -0700 Subject: [PATCH] fix path --- skimage/color/tests/test_dE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/color/tests/test_dE.py b/skimage/color/tests/test_dE.py index 04ad933b..52e12724 100644 --- a/skimage/color/tests/test_dE.py +++ b/skimage/color/tests/test_dE.py @@ -62,7 +62,7 @@ def load_ciede2000_data(): ] # note: ciede_test_data.txt contains several intermediate quantities - path = pjoin(dirname(abspath(__file__)), 'ciede_test_data.txt') + path = pjoin(dirname(abspath(__file__)), 'ciede2000_test_data.txt') return np.loadtxt(path, dtype=dtype)