E
======================================================================
ERROR: test_grid_segmenter.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\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 "D:\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 "D:\Projects\CIP-build\CIP-build\cip_python\input_output\image_reader_writer.py", line 29, in read
sitk_image=sitk.ReadImage(file_name)
File "d:\projects\cip-build\cippython-install\lib\site-packages\simpleitk-0.9.1-py2.7-win-amd64.egg\SimpleITK\SimpleITK.py", line 7724, in ReadImage
return _SimpleITK.ReadImage(*args)
RuntimeError: Exception thrown in SimpleITK ReadImage: ..\..\..\..\..\ITK\Modules\IO\NRRD\src\itkNrrdImageIO.cxx:299:
itk::ERROR: NrrdImageIO(0000000007E24D20): Nrrd type long long int could not be mapped to an ITK component type
----------------------------------------------------------------------
Ran 1 test in 0.094s
FAILED (errors=1)