Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
download ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Dec 17, 2017
1 parent 8bdb39c commit 80e5b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _unittests/ut_datasource/test_data_velib_offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def test_data_velib_animation_moviepy(self):
# not tested on anaconda
return

from imageio.plugins.ffmpeg import download
download()
df = DataVelibCollect.to_df(data)
anim = DataVelibCollect.animation(df, module="moviepy")
self.assertTrue(anim is not None)
Expand Down

0 comments on commit 80e5b90

Please sign in to comment.