Execution Time5.58s

Test: test_parenchyma_phenotypes (Failed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON-SL-OFF (ip-172-31-44-204.ec2.internal) on 2015-12-08 00:12:52

Exit Value1

Show Command Line
Display graphs:

Test output
/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.064s

FAILED (failures=1)