placeholder function added to model
This commit is contained in:
parent
993b530f3a
commit
41b0e324f8
3
Model.py
3
Model.py
@ -348,6 +348,9 @@ class Model:
|
||||
FCa_0, # FCa
|
||||
]
|
||||
|
||||
def calculated_current():
|
||||
return None
|
||||
|
||||
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