Skip to content

Commit

Permalink
reduced plot test duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay-Robert Dormann committed Oct 21, 2024
1 parent 9244cb6 commit 8312de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def test_animation(self):
p_trajectory = choice([traj for traj in self.trajs
if isinstance(traj, ParticleTrajectory)])
out_particles = PLOT_DIR/"particle_vid.gif"
plot.animate_trajectory(f_trajectory, out_field, ftype="c")
plot.animate_trajectory(p_trajectory, out_particles)
plot.animate_trajectory(f_trajectory, out_field, ftype="c", nth=10)
plot.animate_trajectory(p_trajectory, out_particles, nth=20)

def test_ll_video(self):
"""Test the low level video interface."""
Expand Down

0 comments on commit 8312de2

Please sign in to comment.