Execution Time1.08s

Test: test_classify_image_subtypes (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2013) on 2016-07-26 00:08:35
Repository revision: 6094e0f57e09021a668f65e3babb3b167ba59df5

Exit Value1

Show Command Line
Display graphs:

Test output
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 562, in parser_f
    return _read(filepath_or_buffer, kwds)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\io\parsers.py", line 315, in _read
    parser = TextFileReader(filepath_or_buffer, **kwds)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\io\parsers.py", line 645, in __init__
    self._make_engine(self.engine)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\io\parsers.py", line 799, 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 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 D:\Projects\CIP-build\CIP-build\cip_python\classification\tests/../../../Resources/SubtypesClassifiation/subtype_training.csv does not exist

----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)