remove fulfilled todo
This commit is contained in:
parent
3fa951624b
commit
63729529c3
@ -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
|
# 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.
|
# for further analysis in cell_data/fi_curve etc.
|
||||||
|
|
||||||
# TODO change key + values list to a dict
|
|
||||||
DEFAULT_VALUES = {}
|
DEFAULT_VALUES = {}
|
||||||
|
|
||||||
def __init__(self, params: dict = None):
|
def __init__(self, params: dict = None):
|
||||||
|
Loading…
Reference in New Issue
Block a user