E
======================================================================
ERROR: test_classify_image_subtypes.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\classification\tests\test_classify_image_subtypes.py", line 32, in test_execute
training_df = pd.read_csv(training_df_name)
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\io\parsers.py", line 529, in parser_f
return _read(filepath_or_buffer, kwds)
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\io\parsers.py", line 295, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\io\parsers.py", line 612, in __init__
self._make_engine(self.engine)
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\io\parsers.py", line 747, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\io\parsers.py", line 1119, in __init__
self._reader = _parser.TextReader(src, **kwds)
File "pandas\parser.pyx", line 353, in pandas.parser.TextReader.__cinit__ (pandas\parser.c:3246)
File "pandas\parser.pyx", line 591, in pandas.parser.TextReader._setup_parser_source (pandas\parser.c:6111)
IOError: File D:\Projects\CIP-build\CIP-build\cip_python\classification\tests/../../../Resources/SubtypesClassifiation/subtype_training.csv does not exist
----------------------------------------------------------------------
Ran 1 test in 0.033s
FAILED (errors=1)