Execution Time0.30s

Test: test_grid_segmenter (Failed)
Build: CIP-Darwin-14.5.0-x86_64-incr-SL-ON (BWH004658) on 2015-08-19 12:27:45

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: Failure: ImportError (No module named skimage.segmentation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jonieva/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/Users/jonieva/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/Users/jonieva/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/Users/jonieva/Projects/CIP/cip_python/segmentation/tests/test_grid_segmenter.py", line 4, in <module>
    from cip_python.segmentation.grid_segmenter import GridSegmenter
  File "/Users/jonieva/Projects/CIP-build/CIP-build/cip_python/segmentation/grid_segmenter.py", line 2, in <module>
    from skimage.segmentation import slic
ImportError: No module named skimage.segmentation

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)