diff --git a/__pycache__/Model.cpython-311.pyc b/__pycache__/Model.cpython-311.pyc index 284df04..7d4bd60 100644 Binary files a/__pycache__/Model.cpython-311.pyc and b/__pycache__/Model.cpython-311.pyc differ diff --git a/fitter.py b/fitter.py index f7d1d76..17b3832 100644 --- a/fitter.py +++ b/fitter.py @@ -69,7 +69,7 @@ class Fitter: ) states = self.initial_values - t = [0, 1000] + t = self.time_points V = model.mem_potential(t) _calc_curr = model.calculated_current(states, V) calculated_current = (