Master branch fails tests?

Juan Nunez-Iglesias jni.soma at gmail.com
Wed Jan 9 23:46:52 EST 2013


Hi everyone,

Am I doing something wrong? I can't get master to work on OSX; 6 tests fail
with the following import error:

======================================================================
ERROR: Failure: ImportError (cannot import name denoise_tv_chambolle)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/nose-1.1.2-py2.7.egg/nose/loader.py",
line 390, in loadTestsFromName
    addr.filename, addr.module)
  File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/nose-1.1.2-py2.7.egg/nose/importer.py",
line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/nose-1.1.2-py2.7.egg/nose/importer.py",
line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/Volumes/Projects/skimage/skimage/feature/__init__.py", line
4, in <module>
    from .peak import peak_local_max
  File "/Volumes/Projects/skimage/skimage/feature/peak.py", line 3, in <module>
    from ..filter import rank_order
  File "/Volumes/Projects/skimage/skimage/filter/__init__.py", line 6,
in <module>
    from ._denoise import denoise_tv_chambolle, tv_denoise
ImportError: cannot import name denoise_tv_chambolle


This is after running make all. If I do `git co ec3f3`, i.e. before
implementation of `tv_denoise`, it runs fine.

nuneziglesiasj at jni-lscc-mbp Thu Jan 10 15:45
 ~/projects/skimage ((no branch))$ make test
nosetests skimage
Exception AttributeError: "'UmfpackContext' object has no attribute
'_symbolic'" in <bound method UmfpackContext.__del__ of
<scipy.sparse.linalg.dsolve.umfpack.umfpack.UmfpackContext object at
0x108caddd0>> ignored
...........................................................................................................................................................................................................................................................SSSSS.....SSSS.....................S......................SSS.....................................................S.......................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 565 tests in 22.690s

OK (SKIP=14)


Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20130110/6c64f465/attachment.html>


More information about the scikit-image mailing list