8000 Fix tests with Inkscape 1.1. · matplotlib/matplotlib@093fdec · GitHub
[go: up one dir, main page]

Skip to content

Commit 093fdec

Browse files
committed
Fix tests with Inkscape 1.1.
The change is imperceptible, so just increase the tolerance. Fixes #20617.
1 parent dea6221 commit 093fdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ def test_markevery_line():
13721372
ax.legend()
13731373

13741374

1375-
@image_comparison(['markevery_linear_scales'], remove_text=True)
1375+
@image_comparison(['markevery_linear_scales'], remove_text=True, tol=0.001)
13761376
def test_markevery_linear_scales():
13771377
cases = [None,
13781378
8,

0 commit comments

Comments
 (0)
0