Execution Time6.45s

Test: test_parenchyma_phenotypes (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON (bwh002376.bwh.harvard.edu) on 2015-12-05 23:02:24
Repository revision: 79f556906341d298a6da9316dff7729b1a145a5b

Exit Value1

Show Command Line
Display graphs:

Test output
/Users/acil-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/Users/acil-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 "/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_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.978s

FAILED (failures=1)