D:\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 "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\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 "D:\Projects\CIP-build\CIP-build\cip_python\classification\classify_image_subtypes.py", line 170, in fit
training_text_classes[i])
File "D:\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.062s
FAILED (errors=1)