[skimage] 22/24: Fix another instance of an .npy file.
Andreas Tille
tille at debian.org
Fri Dec 23 08:22:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag v0.3.1
in repository skimage.
commit 6615a478475c99d5514ffffd122f1eb2407c6495
Author: Stefan van der Walt <stefan at sun.ac.za>
Date: Tue Oct 11 19:21:06 2011 -0700
Fix another instance of an .npy file.
---
scikits/image/opencv/tests/test_opencv_cv.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scikits/image/opencv/tests/test_opencv_cv.py b/scikits/image/opencv/tests/test_opencv_cv.py
index cbcc935..b798b6a 100644
--- a/scikits/image/opencv/tests/test_opencv_cv.py
+++ b/scikits/image/opencv/tests/test_opencv_cv.py
@@ -24,7 +24,7 @@ opencv_skip = dec.skipif(not loaded, 'OpenCV libraries not found')
class OpenCVTest(object):
lena_RGB_U8 = np.load(os.path.join(data_dir, 'lena_RGB_U8.npz'))['arr_0']
- lena_GRAY_U8 = np.load(os.path.join(data_dir, 'lena_GRAY_U8.npy'))['arr_0']
+ lena_GRAY_U8 = np.load(os.path.join(data_dir, 'lena_GRAY_U8.npz'))['arr_0']
class TestSobel(OpenCVTest):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git
More information about the debian-science-commits
mailing list