Execution Time0.58s

Test: test_body_composition_phenotypes (Failed)
Build: ChestImagingPlatform-release-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-38-141.ec2.internal) on 2015-01-13 23:04:03
Repository revision: 3842503bf0df3629dea52755ac15cf703ee36fb4

Exit Value1

Show Command Line
Display graphs:

Test output
/home/ec2-user/canopy/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))
F
======================================================================
FAIL: test_body_composition_phenotypes.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ec2-user/canopy/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ec2-user/Projects/ChestImagingPlatform-release/cip_python/phenotypes/tests/test_body_composition_phenotypes.py", line 23, in test_execute
    df = bc_pheno.execute(ct, lm, 'simple', spacing)
  File "/home/ec2-user/Projects/CIP/cip_python/phenotypes/body_composition_phenotypes.py", line 277, in execute
    c.GetChestWildCardName(), n)
  File "/home/ec2-user/Projects/CIP/cip_python/phenotypes/body_composition_phenotypes.py", line 376, in add_pheno_group
    self.add_pheno([chest_region, chest_type], pheno_name, pheno_val)
  File "/home/ec2-user/Projects/CIP/cip_python/phenotypes/phenotypes.py", line 220, in add_pheno
    c.GetChestWildCardName(), "Invalid phenotype name"
AssertionError: Invalid phenotype name

----------------------------------------------------------------------
Ran 1 test in 0.026s

FAILED (failures=1)