Skip to content

Commit

Permalink
fluidsim_core/output/movies.py: add save_count=self._max to suppress …
Browse files Browse the repository at this point in the history
…a Matplotlib warning
  • Loading branch information
paugier committed Sep 29, 2023
1 parent c64c477 commit 69416e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluidsim_core/output/movies.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def animate(
interval=dt_frame_in_sec * 1000,
blit=False,
repeat=repeat,
save_count=self._max,
)

self.paused = False
Expand Down

0 comments on commit 69416e2

Please sign in to comment.