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

Skip to content

Commit 32b594e

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#20710: Fix tests with Inkscape 1.1.
1 parent fafc53c commit 32b594e

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)