Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 093fdec

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.