We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c564f0d commit d429c3dCopy full SHA for d429c3d
1 file changed
lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
@@ -2249,7 +2249,7 @@ def test_scatter_masked_color():
2249
len(super(type(path3d), path3d).get_facecolors())
2250
2251
2252
-@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20')
+@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20', tol=0.055)
2253
def test_surface3d_zsort_inf():
2254
fig = plt.figure()
2255
ax = fig.add_subplot(projection='3d')
0 commit comments