Execution Time1.97s

Test: test_kde_histogram_feature_extractor_from_xmlpoints (Failed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-clean-SL-ON-SL-OFF (ip-172-31-44-204.ec2.internal) on 2017-08-31 19:35:18

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_kde_histogram_feature_extractor_from_xmlpoints.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/tests/test_kde_histogram_feature_extractor_from_xmlpoints.py", line 29, in test_execute
    hist_extractor.fit(ct_array, ct_header, lm_array, xml_data)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor_from_xmlpoints.py", line 129, in fit
    self.hist_extractor.fit( ct, lm, the_patch) # df will have region / type entries
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor.py", line 201, in fit
    lm_temp = lm[xmin:xmax, ymin:ymax, zmin:zmax]
TypeError: slice indices must be integers or None or have an __index__ method
-------------------- >> begin captured stdout << ---------------------
Compute histogram features...

--------------------- >> end captured stdout << ----------------------

----------------------------------------------------------------------
Ran 1 test in 0.004s

FAILED (errors=1)