Execution Time2.09s

Test: test_classify_image_subtypes (Failed)
Build: CIP-Linux-3.10.0-123.8.1.el7.x86_64-x86_64-incr-SL-ON-SL-OFF (ip-172-31-24-227.ec2.internal) on 2017-02-18 00:18:20

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_classify_image_subtypes.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_classify_image_subtypes.py", line 26, in test_execute
    my_classifier = ParenchymaSubtypeClassifier(lm=lm_array, beta=0.075, patch_size = [5, 5, 1])
  File "/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/classify_image_subtypes.py", line 113, in __init__
    mypatch_array = grid_segmentor.execute()
  File "/home/centos/Projects/CIP-build/CIP-build/cip_python/segmentation/grid_segmenter.py", line 81, in execute
    gridZ[i+1,j+1,k+1])]= patch_id
TypeError: slice indices must be integers or None or have an __index__ method

----------------------------------------------------------------------
Ran 1 test in 0.043s

FAILED (errors=1)