Execution Time0.91s

Test: test_classify_image_subtypes (Failed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON-SL-OFF (ip-172-31-44-204.ec2.internal) on 2016-08-03 00:18:28

Exit Value1

Show Command Line
Display graphs:

Test output
/home/ec2-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 "/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_classify_image_subtypes.py", line 36, in test_execute
    my_classifier.fit(training_df)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/classify_image_subtypes.py", line 170, in fit
    training_text_classes[i])
  File "/home/ec2-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.052s

FAILED (errors=1)