Execution Time1.23s

Test: test_apply_reader_labels (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON-SL-OFF (WIN-VS2013) on 2016-01-22 15:36:36

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_apply_reader_labels.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_apply_reader_labels.py", line 28, in test_execute
    apply_reader_labels(seg, seg_header, features_df, plocs_df, None)
  File "D:\Projects\CIP-build\CIP-build\cip_python\classification\apply_reader_labels.py", line 63, in apply_reader_labels
    x_index = np.int((plocs_df.ix[i, ' X point'] - or_x)/sp_x)
TypeError: ufunc 'subtract' did not contain a loop with signature matching types dtype('S21') dtype('S21') dtype('S21')

----------------------------------------------------------------------
Ran 1 test in 0.032s

FAILED (errors=1)