8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61f763 commit ab3db80Copy full SHA for ab3db80
lib/matplotlib/tests/test_animation.py
@@ -30,6 +30,10 @@ def test_save_animation_smoketest():
30
31
@cleanup
32
def check_save_animation(writer, extension='mp4'):
33
+ try:
34
+ writer._init_from_registry()
35
+ except AttributeError:
36
+ pass
37
if not animation.writers.is_available(writer):
38
raise KnownFailureTest("writer '%s' not available on this system"
39
% writer)
0 commit comments