Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)