Execution Time0.97s

Test: test_classify_image_subtypes (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON-SL-OFF (bwh002376.bwh.harvard.edu) on 2016-08-02 23:06:40

Exit Value1

Show Command Line
Display graphs:

Test output
/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/segmentation/grid_segmenter.py:83: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  gridZ[i+1,j+1,k+1])]= patch_id
E
======================================================================
ERROR: test_classify_image_subtypes.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/classification/tests/test_classify_image_subtypes.py", line 36, in test_execute
    my_classifier.fit(training_df)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/classification/classify_image_subtypes.py", line 170, in fit
    training_text_classes[i])
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/ChestConventions.py", line 633, in GetChestTypeValueFromName
    raise KeyError("Type not found: " + typeString)
KeyError: 'Type not found: NORMALPARENCHYMA'

----------------------------------------------------------------------
Ran 1 test in 0.045s

FAILED (errors=1)