Skip to content

Commit

Permalink
add Lagrangian-view gif
Browse files Browse the repository at this point in the history
  • Loading branch information
miniufo committed Apr 14, 2022
1 parent b3f1a02 commit 869b45b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified pics/LagrangianView.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/test_TC.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def custom_plotfunc(da, fig, tt, *args, **kwargs):


mov = Movie(hinterp.chunk({'time':1}).unify_chunks(), custom_plotfunc, dpi=100,
pixelheight=600, pixelwidth=800)
pixelheight=400, pixelwidth=533)
mov.save('D:/test/test.mov', progress=True,
framerate=15, gif_framerate=15, remove_frames=False, verbose=True,
parallel=True)
Expand Down

0 comments on commit 869b45b

Please sign in to comment.