Execution Time5.24s

Test: test_classify_image_subtypes (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON (EC2AMAZ-IA2B3CP) on 2019-06-10 00:07:07
Repository revision: e3682097abd82fc2c18cecd76f78cef0fb7f9030

Exit Value1
Processors1

Show Command Line
Display graphs:

Test output
Could not import jpeg_ls
Could not import gdcm
E
======================================================================
ERROR: test_classify_image_subtypes.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "C:\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 "C:\Projects\CIP-build\CIP-build\cip_python\classification\classify_image_subtypes.py", line 322, in predict
    range(0,num_patches_to_process,self.n_patches_perbatch)))
  File "C:\Projects\CIP-build\CIPPython-install\lib\multiprocessing\pool.py", line 253, in map
    return self.map_async(func, iterable, chunksize).get()
  File "C:\Projects\CIP-build\CIPPython-install\lib\multiprocessing\pool.py", line 572, in get
    raise self._value
NameError: global name 'ct' is not defined
-------------------- >> begin captured stdout << ---------------------
running classifier on 64 patches.

--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
pydicom: DEBUG: Could not import jpeg_ls
pydicom: DEBUG: Could not import gdcm
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 1 test in 2.500s

FAILED (errors=1)