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
]
def calculated_current():
return None
def calculated_current(self):
return
def solve(self, initial_values, tspan, dt, times):
times = np.arange(*tspan, dt)

Binary file not shown.