Renaming scikits.image to skimage

Nelle Varoquaux nelle.varoquaux at gmail.com
Sat Oct 15 12:21:10 EDT 2011


Hi all,

I've worked on renaming scikits.image to skimage. Unfortunately, I have one
test failing. I have no clue how to fix that, and would appreciate some help
on that.
You can have a look at the patch at :
https://github.com/NelleV/scikits.image/compare/master...skimage

I'm using numpy 1.6.1 and cython 0.15.1

======================================================================
ERROR: test_project.test_homography
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/nelle/Projets/skimage/env/lib/python2.6/site-packages/nose-1.1.2-py2.6.egg/nose/case.py",
line 197, in runTest
    self.test(*self.arg)
  File
"/home/nelle/Projets/skimage/skimage/transform/tests/test_project.py", line
23, in test_homography
    x90 = homography(x, M, order=1)
  File "/home/nelle/Projets/skimage/skimage/transform/project.py", line 101,
in homography
    mode=mode, order=order, cval=cval)
  File
"/home/nelle/Projets/skimage/env/lib/python2.6/site-packages/scipy-0.9.0-py2.6-linux-i686.egg/scipy/ndimage/interpolation.py",
line 298, in map_coordinates
    output, order, mode, cval, None, None)
RuntimeError: data type not supported

Thanks,
Nelle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20111015/403f9bd8/attachment.html>


More information about the scikit-image mailing list