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
|
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.
Loading…
Reference in New Issue
Block a user