D:\Projects\CIP-build\CIP-build\cip_python\segmentation\grid_segmenter.py:81: 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 29, in test_execute
ct_labels_array = my_classifier.predict(ct_array, lm_array, dist_array)
File "D:\Projects\CIP-build\CIP-build\cip_python\classification\classify_image_subtypes.py", line 298, in predict
range(0,num_patches_to_process,self.n_patches_perbatch)))
File "D:\Projects\CIP-build\CIPPython-install\lib\multiprocessing\pool.py", line 251, in map
return self.map_async(func, iterable, chunksize).get()
File "D:\Projects\CIP-build\CIPPython-install\lib\multiprocessing\pool.py", line 567, in get
raise self._value
NameError: global name 'ct' is not defined
-------------------- >> begin captured stdout << ---------------------
running classifier
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 1 test in 1.547s
FAILED (errors=1)