# HG changeset patch # User george-weingart # Date 1423438074 18000 # Node ID cd71e90abfabbf66a411564c1f13743882e3de87 # Parent 2f4f6f08c8c43d588d40ff9ba52bda473b4ded20 Updated version that suppresses the future warnings option that was causing a problem diff -r 2f4f6f08c8c4 -r cd71e90abfab MicroPITA.py --- 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