Execution Time3.40s

Test: test_kde_histogram_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-07-25 11:04:35
Repository revision: 6b2430608c2b483b8597177725e9d9ccda356af7


Show Command Line
Display graphs:

Test output
/home/centos/Projects/CIP-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/centos/Projects/CIP-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/centos/Projects/CIP-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 1.221s

OK