Execution Time2.24s

Test: test_vessel_particles_mask_workflow (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON-SL-OFF (bwh002376.bwh.harvard.edu) on 2018-06-27 23:07:34

Exit Value1

Show Command Line
Display graphs:

Test output
_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
Using TensorFlow backend.
E
======================================================================
ERROR: Failure: ImportError (No module named tensorflow)
----------------------------------------------------------------------
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 5, in <module>
    from cip_python.nipype.workflows import VesselParticlesMaskWorkflow
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/nipype/workflows/__init__.py", line 2, in <module>
    from lung_lobe_segmentation_workflow import *
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/nipype/workflows/lung_lobe_segmentation_workflow.py", line 5, in <module>
    import cip_python.nipype.interfaces.cip.cip_python_interfaces as 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 import ParenchymaPhenotypes
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/__init__.py", line 10, in <module>
    from vasculature_phenotypes import *
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/vasculature_phenotypes.py", line 16, in <module>
    from cip_python.classification import kde_bandwidth
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/classification/__init__.py", line 15, in <module>
    from classify_image_subtypes import *
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/classification/classify_image_subtypes.py", line 23, in <module>
    from cip_python.segmentation.grid_segmenter import GridSegmenter
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/segmentation/__init__.py", line 14, in <module>
    from lung_segmenter_dcnn import *
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/segmentation/lung_segmenter_dcnn.py", line 10, in <module>
    from cip_python.utils import dcnn_metrics
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/utils/dcnn_metrics.py", line 5, in <module>
    import keras.backend as K
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/keras/__init__.py", line 3, in <module>
    from . import utils
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/keras/utils/__init__.py", line 6, in <module>
    from . import conv_utils
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/keras/utils/conv_utils.py", line 3, in <module>
    from .. import backend as K
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/keras/backend/__init__.py", line 83, in <module>
    from .tensorflow_backend import *
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py", line 1, in <module>
    import tensorflow as tf
ImportError: No module named tensorflow

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

FAILED (errors=1)