E
======================================================================
ERROR: test_classify_image_subtypes.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/classification/tests/test_classify_image_subtypes.py", line 29, in test_execute
dist_array, distheader = image_io.read_in_numpy(dist_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/sitkImageReaderBase.cxx:71:
sitk::ERROR: The file "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/classification/tests/../../../Testing/Data/Input/distance-patch.nrrd" does not exist.
----------------------------------------------------------------------
Ran 1 test in 0.010s
FAILED (errors=1)