Execution Time0.50s

Test: test_distance_feature_extractor (Failed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-44-204.ec2.internal) on 2015-10-03 00:05:26
Repository revision: bf0ec26d31c1cb7a657b18bed7d79476fda25ca3

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_distance_feature_extractor.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_distance_feature_extractor.py", line 27, in test_execute
    dist_extractor.fit(dist_map, lm, patches)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/distance_feature_extractor.py", line 182, in fit
    self.distance_feature_name] = distances
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/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.011s

FAILED (errors=1)