Execution Time2.00s

Test: test_grid_segmenter (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON (bwh002376.bwh.harvard.edu) on 2017-02-16 23:02:18
Repository revision: 9cdebdb4e03193f2ee4f71137f3e1130a9354fd3

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_grid_segmenter.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/segmentation/tests/test_grid_segmenter.py", line 23, in test_execute
    grid_segmentation = grid_segmenter.execute()
  File "/Users/acil-user/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.004s

FAILED (errors=1)