E
======================================================================
ERROR: test_distance_histogram_extractors.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/tests/test_distance_histogram_extractors.py", line 23, in test_execute
dist_extractor.fit(dist_map, lm, patches)
File "/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/distance_feature_extractor.py", line 169, in fit
lm_temp = lm[xmin:xmax, ymin:ymax, zmin:zmax]
TypeError: slice indices must be integers or None or have an __index__ method
----------------------------------------------------------------------
Ran 1 test in 0.010s
FAILED (errors=1)