E
======================================================================
ERROR: Failure: ImportError (No module named chest_conventions_static)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/Users/acil-user/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/acil-user/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/acil-user/Projects/CIP-build/CIP-build/cip_python/nipype/workflows/tests/test_vessel_particles_mask_workflow.py", line 8, in <module>
from cip_python.nipype.workflows.vessel_particles_mask_workflow \
File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/nipype/workflows/vessel_particles_mask_workflow.py", line 4, in <module>
import cip_python.nipype.interfaces.cip.cip_python_interfaces \
File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/nipype/interfaces/cip/cip_python_interfaces.py", line 8, in <module>
from cip_python.phenotypes.parenchyma_phenotypes import ParenchymaPhenotypes
File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/parenchyma_phenotypes.py", line 5, in <module>
from cip_python.phenotypes.phenotypes import Phenotypes
File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/phenotypes.py", line 5, in <module>
from cip_python.common import ChestConventions
File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/common/__init__.py", line 1, in <module>
from chest_conventions import ChestConventions
File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/common/chest_conventions.py", line 4, in <module>
from .chest_conventions_static import *
ImportError: No module named chest_conventions_static
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)