Execution Time5.58s

Test: test_parenchyma_phenotypes (Passed)
Build: CIP-release-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-44-204.ec2.internal) on 2015-06-04 00:12:02
Repository revision: a09bd664c2661344d95738b5fd5b32e2b41262c4


Show Command Line
Display graphs:

Test output
/home/ec2-user/Projects/CIP-release-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 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-release-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:
....
----------------------------------------------------------------------
Ran 5 tests in 4.664s

OK