minor attempt at improvement

This commit is contained in:
ralf 2024-07-29 15:38:38 +03:00
parent 59d5efe418
commit c232400943
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -69,8 +69,8 @@ class Fitter:
)
states = self.initial_values
t = self.tspan
V = model.mem_potential(t)
V = self.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]