8000 Merge pull request #25341 from QuLogic/dash-test-tol · matplotlib/matplotlib@52dd5ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 52dd5ec

Browse files
authored
Merge pull request #25341 from QuLogic/dash-test-tol
TST: Increase test_set_line_coll_dash_image tolerance slightly.
2 parents 0489b7a + ff59e46 commit 52dd5ec

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