Execution Time0.76s

Test: test_classify_image_subtypes (Failed)
Build: CIP-Linux-3.14.35-28.38.amzn1.x86_64-x86_64-incr-SL-ON (Linux1.Amazon.ACIL) on 2016-03-27 00:03:20
Repository revision: de3f06221c2854605dd375c1c33bf6f32353c3d9

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_classify_image_subtypes.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ec2-user/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/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 529, in parser_f
    return _read(filepath_or_buffer, kwds)
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 295, in _read
    parser = TextFileReader(filepath_or_buffer, **kwds)
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 612, in __init__
    self._make_engine(self.engine)
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/parsers.py", line 747, in _make_engine
    self._engine = CParserWrapper(self.f, **self.options)
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/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 /home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/tests/../../../Resources/SubtypesClassifiation/subtype_training.csv does not exist

----------------------------------------------------------------------
Ran 1 test in 0.011s

FAILED (errors=1)