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

Skip to content

Commit ff59e46

Browse files
committed
TST: Increase test_set_line_coll_dash_image tolerance slightly.
1 parent 0489b7a commit ff59e46

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)