F
======================================================================
FAIL: test_body_composition_phenotypes.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/anaconda/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-user/Projects/CIP/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 273, in execute
c.GetChestWildCardName(), n)
File "/home/ec2-user/Projects/CIP/cip_python/phenotypes/body_composition_phenotypes.py", line 372, 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.020s
FAILED (failures=1)