Execution Time0.27s

Test: test_remap_lm (Failed)
Build: CIP-Linux-3.10.0-123.8.1.el7.x86_64-x86_64-incr-SL-ON-SL-OFF (ip-172-31-24-227.ec2.internal) on 2016-01-25 00:09:41

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: Failure: NameError (name 'image_io' is not defined)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/centos/Projects/CIP-build/CIP-build/cip_python/utils/tests/test_remap_lm.py", line 12, in <module>
    lm, header = image_io.read_in_numpy(file_name)
NameError: name 'image_io' is not defined

----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)