Execution Time1.45s

Test: test_kde_histogram_feature_extractor_from_xmlpoints (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON-SL-OFF (WIN-VS2008) on 2015-09-30 00:35:15

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_kde_histogram_feature_extractor_from_xmlpoints.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_kde_histogram_feature_extractor_from_xmlpoints.py", line 37, in test_execute
    hist_extractor.fit(ct_array, ct_header, lm_array, xml_data)
  File "D:\Projects\CIP-build\CIP-build\cip_python\classification\kde_histogram_feature_extractor_from_xmlpoints.py", line 129, in fit
    self.hist_extractor.fit( ct, lm, the_patch) # df will have region / type entries
  File "D:\Projects\CIP-build\CIP-build\cip_python\classification\kde_histogram_feature_extractor.py", line 276, in fit
    histograms[:,0:np.shape(self.bin_values)[0]]
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\core\ops.py", line 589, in wrapper
    raise ValueError('Lengths must match to compare')
ValueError: Lengths must match to compare
-------------------- >> begin captured stdout << ---------------------
Compute histogram features...
('Point: ', <Element 'Point' at 0x19209ac8>)
('Point: ', <Element 'Point' at 0x19209cc0>)
computing histogram for patch 1
storing data in dataframe

--------------------- >> end captured stdout << ----------------------

----------------------------------------------------------------------
Ran 1 test in 0.296s

FAILED (errors=1)