Execution Time3.27s

Test: test_kde_histogram_feature_extractor_from_xmlpoints (Passed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-44-204.ec2.internal) on 2016-12-11 00:02:41
Repository revision: ff834707450a15de8be24e9cf07688e59664c64e


Show Command Line
Display graphs:

Test output
/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor.py:201: 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-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor.py:237: 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-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor.py:238: 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.585s

OK