Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pkmital/CADL
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmital committed Sep 21, 2016
2 parents 68e3b25 + 23c570c commit 945006e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session-2/libs/gif.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build_gif(imgs, interval=0.1, dpi=72,
ax.imshow(x)], imgs))

ani = animation.ArtistAnimation(
fig, axs, interval=interval, repeat_delay=0, blit=False)
fig, axs, interval=interval*1000, repeat_delay=0, blit=False)

if save_gif:
try:
Expand Down

0 comments on commit 945006e

Please sign in to comment.