Remove warnings filter for DeprecationWarning

This commit is contained in:
Paul Romano 2016-02-18 11:30:39 -06:00
parent 72659506e0
commit 5fef6f4f66
3 changed files with 0 additions and 10 deletions

View file

@ -9,10 +9,6 @@ if sys.version_info[0] >= 3:
basestring = str
# DeprecationWarning filter for the Trigger.add_score(...) method
warnings.simplefilter('always', DeprecationWarning)
class Trigger(object):
"""A criterion for when to finish a simulation based on tally uncertainties.