Spaces:
Running
Running
Franny Dean
commited on
Commit
·
bb36d75
1
Parent(s):
ba170f2
i typed git instead of gif
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -486,7 +486,7 @@ def pvloop_simulator(Rm, Ra, Emax, Emin, Vd, Tc, start_v, animate=True):
|
|
486 |
|
487 |
if animate:
|
488 |
anim = animation.FuncAnimation(fig, partial(update), frames=100, interval=30)
|
489 |
-
anim.save("prediction.
|
490 |
|
491 |
return plt, Rm, Ra, Emax, Emin, Vd, Tc, start_v
|
492 |
|
|
|
486 |
|
487 |
if animate:
|
488 |
anim = animation.FuncAnimation(fig, partial(update), frames=100, interval=30)
|
489 |
+
anim.save("prediction.gif")
|
490 |
|
491 |
return plt, Rm, Ra, Emax, Emin, Vd, Tc, start_v
|
492 |
|
app.py
CHANGED
@@ -486,7 +486,7 @@ def pvloop_simulator(Rm, Ra, Emax, Emin, Vd, Tc, start_v, animate=True):
|
|
486 |
|
487 |
if animate:
|
488 |
anim = animation.FuncAnimation(fig, partial(update), frames=100, interval=30)
|
489 |
-
anim.save("prediction.
|
490 |
|
491 |
return plt, Rm, Ra, Emax, Emin, Vd, Tc, start_v
|
492 |
|
|
|
486 |
|
487 |
if animate:
|
488 |
anim = animation.FuncAnimation(fig, partial(update), frames=100, interval=30)
|
489 |
+
anim.save("prediction.gif")
|
490 |
|
491 |
return plt, Rm, Ra, Emax, Emin, Vd, Tc, start_v
|
492 |
|