Skip to content

Commit d429c3d

Browse files
committed
TST: Increase some tolerances for non-x86 arches
1 parent c564f0d commit d429c3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2249,7 +2249,7 @@ def test_scatter_masked_color():
22492249
len(super(type(path3d), path3d).get_facecolors())
22502250

22512251

2252-
@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20')
2252+
@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20', tol=0.055)
22532253
def test_surface3d_zsort_inf():
22542254
fig = plt.figure()
22552255
ax = fig.add_subplot(projection='3d')

0 commit comments

Comments
 (0)