minor changes for future work

This commit is contained in:
ralf 2024-07-17 15:47:26 +03:00
parent 41b0e324f8
commit d825cdc811
2 changed files with 2 additions and 2 deletions

View File

@ -348,8 +348,8 @@ class Model:
FCa_0, # FCa FCa_0, # FCa
] ]
def calculated_current(): def calculated_current(self):
return None return
def solve(self, initial_values, tspan, dt, times): def solve(self, initial_values, tspan, dt, times):
times = np.arange(*tspan, dt) times = np.arange(*tspan, dt)

Binary file not shown.