E
======================================================================
ERROR: test_body_composition_phenotypes.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/tests/test_body_composition_phenotypes.py", line 27, in test_execute
r = df['Region'].iloc[i]
File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/core/indexing.py", line 1296, in __getitem__
return self._getitem_axis(key, axis=0)
File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/core/indexing.py", line 1612, in _getitem_axis
self._is_valid_integer(key, axis)
File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/core/indexing.py", line 1526, in _is_valid_integer
raise IndexError("single positional indexer is out-of-bounds")
IndexError: single positional indexer is out-of-bounds
----------------------------------------------------------------------
Ran 1 test in 0.286s
FAILED (errors=1)