Execution Time4.39s

Test: test_classify_image_subtypes (Failed)
Build: CIP-Linux-3.10.0-123.8.1.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-24-227.ec2.internal) on 2023-06-10 00:04:21
Repository revision: 5ed07ec75590e6447836cc7ff21d9426fee84715

Exit Value1

Show Command Line
Display graphs:

Test output
Could not import jpeg_ls
Could not import gdcm
.E
======================================================================
ERROR: test_classify_image_subtypes.test_execute2
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/tests/test_classify_image_subtypes.py", line 42, in test_execute2
    training_model = LocalHistogramModel([training_h5_name])
  File "/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/localHistogramModel.py", line 28, in __init__
    self.join_models(model_list)
  File "/home/centos/Projects/CIP-build/CIP-build/cip_python/classification/localHistogramModel.py", line 94, in join_models
    with pd.HDFStore(hdf5_filename, 'r') as store:
  File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/io/pytables.py", line 469, in __init__
    'importing'.format(ex=ex))
ImportError: HDFStore requires PyTables, "No module named tables" problem importing

----------------------------------------------------------------------
Ran 2 tests in 2.464s

FAILED (errors=1)