Execution Time6.84s

Test: test_parenchyma_phenotypes (Passed)
Build: CIP-Linux-3.14.35-28.38.amzn1.x86_64-x86_64-incr-SL-ON (Linux1.Amazon.ACIL) on 2016-01-07 00:08:21
Repository revision: 387567a4ad30dc9db51ac1f6f944b6925d4e0fbe


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
./home/ec2-user/Projects/CIP-build/CIP-build/cip_python/phenotypes/parenchyma_phenotypes.py:315: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  if rs == None and ts == None and ps == None:
....
----------------------------------------------------------------------
Ran 5 tests in 5.729s

OK