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)