diff --git a/models/AbstractModel.py b/models/AbstractModel.py index 9bbe623..95b907e 100644 --- a/models/AbstractModel.py +++ b/models/AbstractModel.py @@ -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):