Execution Time0.79s

Test: test_grid_segmenter (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON (bwh002376.bwh.harvard.edu) on 2016-01-26 23:02:30
Repository revision: 502da46b1eeb1fd18e92df046b0a2a4a0abf275f

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_grid_segmenter.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/segmentation/tests/test_grid_segmenter.py", line 19, in test_execute
    grid_array, grid_header = image_io.read_in_numpy(grid_name)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/input_output/image_reader_writer.py", line 48, in read_in_numpy
    sitk_image=self.read(file_name)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/input_output/image_reader_writer.py", line 29, in read
    sitk_image=sitk.ReadImage(file_name)
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/SimpleITK/SimpleITK.py", line 7724, in ReadImage
    return _SimpleITK.ReadImage(*args)
RuntimeError: Exception thrown in SimpleITK ReadImage: /nfs/Users/blowekamp/anaconda/conda-bld/work/Code/IO/src/sitkImageFileReader.cxx:98:
sitk::ERROR: PixelType is not supported!
Pixel Type: Unknown pixel id
Refusing to load! 


----------------------------------------------------------------------
Ran 1 test in 0.017s

FAILED (errors=1)