Execution Time0.61s

Test: test_laa_phenotypes (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2008) on 2016-01-28 00:09:19
Repository revision: bc9bbc8022eb808c5aa9baf9e70bf91bedae188a

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_laa_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_laa_phenotypes.py", line 26, in test_execute
    df = laa.execute(ct, lm, 'simple')
  File "D:\Projects\CIP-build\CIP-build\cip_python\phenotypes\laa_phenotypes.py", line 177, in execute
    mask = parser.get_mask(chest_region=r)
  File "D:\Projects\CIP-build\CIP-build\cip_python\utils\region_type_parser.py", line 60, 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.000s

FAILED (errors=1)