Skip to content

Commit

Permalink
TST: Increase some tolerances for non-x86 arches
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Apr 4, 2024
1 parent 59c900f commit f6edb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ def test_scatter_masked_color():
len(super(type(path3d), path3d).get_facecolors())


@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20')
@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20', tol=0.055)
def test_surface3d_zsort_inf():
fig = plt.figure()
ax = fig.add_subplot(projection='3d')
Expand Down

0 comments on commit f6edb2b

Please sign in to comment.