Execution Time2.20s

Test: test_kde_histogram_feature_extractor (Passed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2013) on 2016-12-13 00:08:38
Repository revision: 06058bc2aeb7ce4bb7b2cb98d879bc3c98760811


Show Command Line
Display graphs:

Test output
D:\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]
D:\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]
D:\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.547s

OK