E
======================================================================
ERROR: test_distance_feature_extractor.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_distance_feature_extractor.py", line 27, in test_execute
dist_extractor.fit(dist_map, lm, patches)
File "D:\Projects\CIP-build\CIP-build\cip_python\classification\distance_feature_extractor.py", line 182, in fit
self.distance_feature_name] = distances
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
----------------------------------------------------------------------
Ran 1 test in 0.079s
FAILED (errors=1)