Mercurial > repos > george-weingart > micropita
diff MicroPITA.py @ 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 |
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