Execution Time0.91s

Test: test_body_composition_phenotypes (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2013) on 2016-08-01 00:08:31
Repository revision: a70a26f5c0319c87e466e73f131fefb28172142a

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_body_composition_phenotypes.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "D:\Projects\CIP-build\CIP-build\cip_python\phenotypes\tests\test_body_composition_phenotypes.py", line 24, in test_execute
    df = bc_pheno.execute(ct, lm, 'simple', spacing)
  File "D:\Projects\CIP-build\CIP-build\cip_python\phenotypes\body_composition_phenotypes.py", line 267, in execute
    mask = parser.get_mask(chest_region=r)
  File "D:\Projects\CIP-build\CIP-build\cip_python\utils\region_type_parser.py", line 65, in get_mask
    'chest_region must be an int between 0 and 255 inclusive')
ValueError: chest_region must be an int between 0 and 255 inclusive

----------------------------------------------------------------------
Ran 1 test in 0.015s

FAILED (errors=1)