Change Python Mesh class to RegularMesh

This commit is contained in:
Sterling Harper 2019-06-06 17:04:07 -04:00
parent b804ddc952
commit 9ddd8b3067
42 changed files with 204 additions and 308 deletions

View file

@ -31,7 +31,6 @@ class Trigger(object):
"""
def __init__(self, trigger_type, threshold):
# Initialize Mesh class attributes
self.trigger_type = trigger_type
self.threshold = threshold
self._scores = []