E
======================================================================
ERROR: test_classify_image_subtypes.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/centos/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 "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 562, in parser_f
return _read(filepath_or_buffer, kwds)
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 315, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 645, in __init__
self._make_engine(self.engine)
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 799, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 1213, in __init__
self._reader = _parser.TextReader(src, **kwds)
File "pandas/parser.pyx", line 358, in pandas.parser.TextReader.__cinit__ (pandas/parser.c:3427)
File "pandas/parser.pyx", line 628, in pandas.parser.TextReader._setup_parser_source (pandas/parser.c:6861)
IOError: File /home/centos/Projects/CIP-build/CIP-build/cip_python/classification/tests/../../../Resources/SubtypesClassifiation/subtype_training.csv does not exist
----------------------------------------------------------------------
Ran 1 test in 0.008s
FAILED (errors=1)