remove fulfilled todo

This commit is contained in:
a.ott 2020-03-04 15:49:05 +01:00
parent 3fa951624b
commit 63729529c3

View File

@ -7,7 +7,6 @@ class AbstractModel:
# TODO what information about the model does the ModelParser need to be able to simulate the right kind of data
# for further analysis in cell_data/fi_curve etc.
# TODO change key + values list to a dict
DEFAULT_VALUES = {}
def __init__(self, params: dict = None):