Execution Time1.15s

Test: test_kde_histogram_feature_extractor (Passed)
Build: CIP-master-Linux-3.14.35-28.38.amzn1.x86_64-x86_64-clean-SL-ON (Linux1.Amazon.ACIL) on 2016-04-05 10:28:12
Repository revision: daf4b1ed774c9513863823c7139b10150c7b12a6


Show Command Line
Display graphs:

Test output
/home/ec2-user/Projects/CIP-master-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor.py:204: 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/ec2-user/Projects/CIP-master-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor.py:240: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  intensities_temp = ct[xmin:xmax, ymin:ymax, zmin:zmax]
/home/ec2-user/Projects/CIP-master-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor.py:241: 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.336s

OK