/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/phenotypes.py:248: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy
self._df[pheno_name][np.where(key_row==True)[0][0]] = pheno_value
F/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/parenchyma_phenotypes.py:313: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
if rs == None and ts == None and ps == None:
....
======================================================================
FAIL: test_parenchyma_phenotypes.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/tests/test_parenchyma_phenotypes.py", line 115, in test_execute
assert df['Volume'].iloc[i] == 18, 'Phenotype not as expected'
AssertionError: Phenotype not as expected
----------------------------------------------------------------------
Ran 5 tests in 5.345s
FAILED (failures=1)