Skip to content

Commit f6edb2b

Browse files
committed
TST: Increase some tolerances for non-x86 arches
1 parent 59c900f commit f6edb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/mpl_toolkits/mplot3d/tests/test_axes3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ def test_scatter_masked_color():
22642264
len(super(type(path3d), path3d).get_facecolors())
22652265

22662266

2267-
@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20')
2267+
@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20', tol=0.055)
22682268
def test_surface3d_zsort_inf():
22692269
fig = plt.figure()
22702270
ax = fig.add_subplot(projection='3d')

0 commit comments

Comments
 (0)