changeset 1:cd71e90abfab draft

Updated version that suppresses the future warnings option that was causing a problem
author george-weingart
date Sun, 08 Feb 2015 18:27:54 -0500
parents 2f4f6f08c8c4
children cdef6996e3f3
files MicroPITA.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MicroPITA.py	Tue May 13 21:58:57 2014 -0400
+++ b/MicroPITA.py	Sun Feb 08 18:27:54 2015 -0500
@@ -35,6 +35,8 @@
 
 import sys
 import argparse
+import warnings
+warnings.simplefilter(action = "ignore", category = FutureWarning)
 from src.breadcrumbs.src.AbundanceTable import AbundanceTable
 from src.breadcrumbs.src.ConstantsBreadCrumbs import ConstantsBreadCrumbs
 from src.breadcrumbs.src.Metric import Metric