E
======================================================================
ERROR: Failure: ImportError (dlopen(/Users/jonieva/Projects/CIP-build/CIP-build/cip_python/ChestConventions.so, 2): Symbol not found: __ZNK3cip16ChestConventions11IsChestTypeESs
Referenced from: /Users/jonieva/Projects/CIP-build/CIP-build/cip_python/ChestConventions.so
Expected in: dynamic lookup
)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/jonieva/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/Users/jonieva/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Users/jonieva/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 "/Users/jonieva/Projects/CIP-build/CIP-build/cip_python/phenotypes/tests/test_parenchyma_phenotypes.py", line 4, in <module>
from cip_python.ChestConventions import ChestConventions
ImportError: dlopen(/Users/jonieva/Projects/CIP-build/CIP-build/cip_python/ChestConventions.so, 2): Symbol not found: __ZNK3cip16ChestConventions11IsChestTypeESs
Referenced from: /Users/jonieva/Projects/CIP-build/CIP-build/cip_python/ChestConventions.so
Expected in: dynamic lookup
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)