Closed hechtprojects closed 6 months ago
When using amep.plot.animate_trajectory, the output video has a relatively low fps. For the user, it is not possible to change the fps value.
amep.plot.animate_trajectory
import amep traj = amep.load.traj('.') amep.plot.animate_traj(traj, './video.mp4')
No response
python 3.10 amep 1.0.1
A new keyword fps=10 should be added to amep.plot.animate_trajectory. It should also be forwarded in traj.animate.
fps=10
traj.animate
from source
This bug is fixed. The fix will be part of patch release v1.0.2.
Description:
When using
amep.plot.animate_trajectory
, the output video has a relatively low fps. For the user, it is not possible to change the fps value.Code for reproduction:
Error message:
No response
Python and AMEP versions:
python 3.10 amep 1.0.1
Additional information:
A new keyword
fps=10
should be added toamep.plot.animate_trajectory
. It should also be forwarded intraj.animate
.How did you install AMEP?
from source