Execution Time1.25s

Test: test_parenchyma_phenotypes (Failed)
Build: Darwin-13.3.0-x86_64-incr-SL-OFF (macj.bwh.harvard.edu) on 2014-08-27 16:52:16

Exit Value1

Show Command Line
Display graphs:

Test output
/Users/Jorge/Library/Canopy/User/lib/python2.7/site-packages/pandas/io/excel.py:626: UserWarning: Installed openpyxl is not supported at this time. Use >=1.6.1 and <2.0.0.
  .format(openpyxl_compat.start_ver, openpyxl_compat.stop_ver))
E
======================================================================
ERROR: Failure: ImportError (dlopen(/Users/Jorge/Projects/BWH/CIP/cip_python/ChestConventions.so, 2): Symbol not found: __ZNK3cip16ChestConventions15IsPhenotypeNameESs
  Referenced from: /Users/Jorge/Projects/BWH/CIP/cip_python/ChestConventions.so
  Expected in: flat namespace
 in /Users/Jorge/Projects/BWH/CIP/cip_python/ChestConventions.so)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/Jorge/Library/Canopy/User/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
    addr.filename, addr.module)
  File "/Users/Jorge/Library/Canopy/User/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/Users/Jorge/Library/Canopy/User/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/Users/Jorge/Projects/BWH/CIP/cip_python/phenotypes/tests/test_parenchyma_phenotypes.py", line 4, in <module>
    from cip_python.ChestConventions import ChestConventions
ImportError: dlopen(/Users/Jorge/Projects/BWH/CIP/cip_python/ChestConventions.so, 2): Symbol not found: __ZNK3cip16ChestConventions15IsPhenotypeNameESs
  Referenced from: /Users/Jorge/Projects/BWH/CIP/cip_python/ChestConventions.so
  Expected in: flat namespace
 in /Users/Jorge/Projects/BWH/CIP/cip_python/ChestConventions.so

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)