/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)