Skip to content

Commit 9ff060e

Browse files
authored
Merge pull request matplotlib#23662 from oscargus/figuretesttol
Add tolerance to test failing on ppc64le
2 parents ba400c2 + df043cf commit 9ff060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def test_subfigure_dpi():
11301130

11311131

11321132
@image_comparison(['test_subfigure_ss.png'], style='mpl20',
1133-
savefig_kwarg={'facecolor': 'teal'})
1133+
savefig_kwarg={'facecolor': 'teal'}, tol=0.02)
11341134
def test_subfigure_ss():
11351135
# test assigning the subfigure via subplotspec
11361136
np.random.seed(19680801)

0 commit comments

Comments
 (0)