Execution Time0.71s

Test: test_distance_feature_extractor (Passed)
Build: CIP-Linux-3.10.0-123.8.1.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-24-227.ec2.internal) on 2016-08-02 00:02:33
Repository revision: 666023de10ded678560dff39d5ef54bf0501b9e8


Show Command Line
Display graphs:

Test output
/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/distance_feature_extractor.py:173: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  lm_temp = lm[xmin:xmax, ymin:ymax, zmin:zmax]
/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/distance_feature_extractor.py:205: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  distances_temp = distance_image[xmin:xmax, ymin:ymax, zmin:zmax]
/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/distance_feature_extractor.py:206: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  lm_temp = lm[xmin:xmax, ymin:ymax, zmin:zmax]
.
----------------------------------------------------------------------
Ran 1 test in 0.009s

OK