We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c900f commit f6edb2bCopy full SHA for f6edb2b
lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
@@ -2264,7 +2264,7 @@ def test_scatter_masked_color():
2264
len(super(type(path3d), path3d).get_facecolors())
2265
2266
2267
-@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20')
+@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20', tol=0.055)
2268
def test_surface3d_zsort_inf():
2269
fig = plt.figure()
2270
ax = fig.add_subplot(projection='3d')
0 commit comments