From e44c0b6a47ee8609a02bf499ca26eb82da0238de Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 12 Aug 2024 12:50:50 +0300 Subject: [PATCH] Fitter now fits, some kinks yet to be fixed --- __pycache__/Model.cpython-311.pyc | Bin 15798 -> 15798 bytes fitter.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/__pycache__/Model.cpython-311.pyc b/__pycache__/Model.cpython-311.pyc index 284df043c237d293043263ac08219255778985ca..7d4bd602f30460e4ff890066f82582ed2c11ebe2 100644 GIT binary patch delta 22 ccmdm1y{(#eIWI340}vQp-Hq)$ 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 = (