From 63729529c3c6b1c5c8e87ace4499e7fc1276b53e Mon Sep 17 00:00:00 2001 From: "a.ott" Date: Wed, 4 Mar 2020 15:49:05 +0100 Subject: [PATCH] remove fulfilled todo --- models/AbstractModel.py | 1 - 1 file changed, 1 deletion(-) 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):