Mercurial > repos > george-weingart > micropita
changeset 2:cdef6996e3f3 draft
Uploaded version of Abundance Table containing suppressing of warnings
author | george-weingart |
---|---|
date | Tue, 30 Aug 2016 13:03:02 -0400 |
parents | cd71e90abfab |
children | b4cf8c75305b |
files | src/breadcrumbs/src/AbundanceTable.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/breadcrumbs/src/AbundanceTable.py Sun Feb 08 18:27:54 2015 -0500 +++ b/src/breadcrumbs/src/AbundanceTable.py Tue Aug 30 13:03:02 2016 -0400 @@ -53,6 +53,9 @@ c_iSumAllCladeLevels = -1 c_fOutputLeavesOnly = False +import warnings +warnings.simplefilter(action = "ignore", category = FutureWarning) + class RowMetadata: """ Holds the row (feature) metadata and associated functions.