Fitter now fits, some kinks yet to be fixed

This commit is contained in:
ralf 2024-08-12 12:50:50 +03:00
parent 6633e99003
commit e44c0b6a47
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -69,7 +69,7 @@ class Fitter:
) )
states = self.initial_values states = self.initial_values
t = [0, 1000] t = self.time_points
V = model.mem_potential(t) V = model.mem_potential(t)
_calc_curr = model.calculated_current(states, V) _calc_curr = model.calculated_current(states, V)
calculated_current = ( calculated_current = (