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 0x19238ac8>)
('Point: ', <Element 'Point' at 0x19238cc0>)
computing histogram for patch 1
storing data in dataframe
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 1 test in 0.266s
FAILED (errors=1)