@@ -108,7 +108,7 @@ def test_multiple_keys():
108108
109109
110110@image_comparison (baseline_images = ['rgba_alpha' ],
111- tol = {'aarch64' :0.02 }.get (platform .machine (), 0.0 ),
111+ tol = {'aarch64' : 0.02 }.get (platform .machine (), 0.0 ),
112112 extensions = ['png' ], remove_text = True )
113113def test_alpha_rgba ():
114114 import matplotlib .pyplot as plt
@@ -120,7 +120,7 @@ def test_alpha_rgba():
120120
121121
122122@image_comparison (baseline_images = ['rcparam_alpha' ],
123- tol = {'aarch64' :0.02 }.get (platform .machine (), 0.0 ),
123+ tol = {'aarch64' : 0.02 }.get (platform .machine (), 0.0 ),
124124 extensions = ['png' ], remove_text = True )
125125def test_alpha_rcparam ():
126126 import matplotlib .pyplot as plt
@@ -149,7 +149,7 @@ def test_fancy():
149149
150150
151151@image_comparison (baseline_images = ['framealpha' ], remove_text = True ,
152- tol = {'aarch64' :0.02 }.get (platform .machine (), 0.0 ))
152+ tol = {'aarch64' : 0.02 }.get (platform .machine (), 0.0 ))
153153def test_framealpha ():
154154 x = np .linspace (1 , 100 , 100 )
155155 y = x
0 commit comments