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

Skip to content

Commit 51989b4

Browse files
authored
Merge pull request #20713 from meeseeksmachine/auto-backport-of-pr-20710-on-v3.4.x
Backport PR #20710 on branch v3.4.x (Fix tests with Inkscape 1.1.)
2 parents 3664dc3 + 32b594e commit 51989b4

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
@@ -1370,7 +1370,7 @@ def test_markevery_line():
13701370
ax.legend()
13711371

13721372

1373-
@image_comparison(['markevery_linear_scales'], remove_text=True)
1373+
@image_comparison(['markevery_linear_scales'], remove_text=True, tol=0.001)
13741374
def test_markevery_linear_scales():
13751375
cases = [None,
13761376
8,

0 commit comments

Comments
 (0)