From c2fcdc0a24bb715dbd5da4b40293cac2d1fef753 Mon Sep 17 00:00:00 2001 From: ralf Date: Tue, 23 Jul 2024 13:15:29 +0300 Subject: [PATCH] relocated things, new issue emerged --- fitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fitter.py b/fitter.py index ffbd7a0..718d47e 100644 --- a/fitter.py +++ b/fitter.py @@ -69,8 +69,8 @@ class Fitter: ) states = self.initial_values - V = model.mem_potential(t) t = self.tspan + V = model.mem_potential(t) _calc_curr = model.calculated_current(states, t, V) calculated_current = ( self.convolve_current(_calc_curr, tau=tau_RC)[self.current_time_indecies]