Skip to content

Commit a1a650a

Browse files
committed
Update test_animate.py
1 parent e4f310a commit a1a650a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/artists/test_animate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def test_animate2D():
77
"""
8-
smokescren test: just ensure the ani object initializes
8+
smokescreen test: just ensure the ani object initializes
99
1010
if you are running this locally, you can view the animation
1111
by running this script
@@ -15,7 +15,7 @@ def test_animate2D():
1515
from matplotlib.colors import CenteredNorm
1616
from functools import partial
1717

18-
ani = wt.artists.animate2D(d, interval=1, norm=partial(CenteredNorm, vcenter=0))
18+
ani = wt.artists.animate2D(d, interval=100, norm=partial(CenteredNorm, vcenter=0))
1919
return ani
2020

2121

0 commit comments

Comments
 (0)