Spaces:
Runtime error
Runtime error
Franny Dean
commited on
Commit
·
bee2cd1
1
Parent(s):
e9f5d9e
0.0
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -413,7 +413,7 @@ def solve_ODE_for_volume(Rm, Ra, Emax, Emin, Vd, Tc, start_v, t):
|
|
413 |
startp = 75.
|
414 |
|
415 |
# Initial conditions
|
416 |
-
start_pla = float(start_v*Elastance(Emax, Emin, 0
|
417 |
start_pao = startp
|
418 |
start_pa = start_pao
|
419 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
|
|
413 |
startp = 75.
|
414 |
|
415 |
# Initial conditions
|
416 |
+
start_pla = float(start_v*Elastance(Emax, Emin, 0., Tc))
|
417 |
start_pao = startp
|
418 |
start_pa = start_pao
|
419 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
app.py
CHANGED
@@ -413,7 +413,7 @@ def solve_ODE_for_volume(Rm, Ra, Emax, Emin, Vd, Tc, start_v, t):
|
|
413 |
startp = 75.
|
414 |
|
415 |
# Initial conditions
|
416 |
-
start_pla = float(start_v*Elastance(Emax, Emin, 0
|
417 |
start_pao = startp
|
418 |
start_pa = start_pao
|
419 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
|
|
413 |
startp = 75.
|
414 |
|
415 |
# Initial conditions
|
416 |
+
start_pla = float(start_v*Elastance(Emax, Emin, 0., Tc))
|
417 |
start_pao = startp
|
418 |
start_pa = start_pao
|
419 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|