Execution Time0.77s

Test: test_distance_feature_extractor (Passed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON (bwh002376.bwh.harvard.edu) on 2016-07-28 23:01:43
Repository revision: a5d0241f8d251d7f0cb6a574c470881c0ba2742c


Show Command Line
Display graphs:

Test output
/Users/acil-user/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]
/Users/acil-user/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]
/Users/acil-user/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.006s

OK