Skip to content

Commit 3b97e2e

Browse files
gymnasium and gifs
1 parent 489d894 commit 3b97e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stormvogel/extensions/gifs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def render_model_gif(
3333
# Save frames as a GIF
3434
imageio.mimsave(
3535
filename + ".gif",
36-
frames,
36+
frames, # type: ignore
3737
fps=fps,
38-
loop=loop, # type: ignore
38+
loop=loop,
3939
) # type: ignore
4040
return filename + ".gif"

0 commit comments

Comments
 (0)