minor changes for future work
This commit is contained in:
parent
41b0e324f8
commit
d825cdc811
4
Model.py
4
Model.py
@ -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.
Loading…
Reference in New Issue
Block a user