10000 Merge pull request #25342 from meeseeksmachine/auto-backport-of-pr-25… · matplotlib/matplotlib@6652b28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6652b28

Browse files
authored
Merge pull request #25342 from meeseeksmachine/auto-backport-of-pr-25341-on-v3.7.x
Backport PR #25341 on branch v3.7.x (TST: Increase test_set_line_coll_dash_image tolerance slightly.)
2 parents 673e722 + 5957fa9 commit 6652b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_set_drawstyle():
185185

186186
@image_comparison(
187187
['line_collection_dashes'], remove_text=True, style='mpl20',
188-
tol=0.62 if platform.machine() in ('aarch64', 'ppc64le', 's390x') else 0)
188+
tol=0.65 if platform.machine() in ('aarch64', 'ppc64le', 's390x') else 0)
189189
def test_set_line_coll_dash_image():
190190
fig, ax = plt.subplots()
191191
np.random.seed(0)

0 commit comments

Comments
 (0)
0