We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c947700 commit 0be9ccaCopy full SHA for 0be9cca
lib/matplotlib/tests/test_figure.py
@@ -68,7 +68,7 @@ def test_align_labels():
68
69
@image_comparison(['figure_align_titles_tight.png',
70
'figure_align_titles_constrained.png'],
71
- tol=0 if platform.machine() == 'x86_64' else 0.01,
+ tol=0 if platform.machine() == 'x86_64' else 0.022,
72
style='mpl20')
73
def test_align_titles():
74
for layout in ['tight', 'constrained']:
0 commit comments