8000 fix for ppc64le testcase · matplotlib/matplotlib@7fc59f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fc59f1

Browse files
committed
fix for ppc64le testcase
1 parent c14b1b8 commit 7fc59f1

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
@@ -9134,7 +9134,7 @@ def test_zorder_and_explicit_rasterization():
91349134

91359135

91369136
@image_comparison(["preset_clip_paths.png"], remove_text=True, style="mpl20",
9137-
tol=0.027 if platform.machine() == "arm64" else 0)
9137+
tol=0.027 if platform.machine() == "arm64" or platform.machine() == "ppc64le" else 0)
91389138
def test_preset_clip_paths():
91399139
fig, ax = plt.subplots()
91409140

0 commit comments

Comments
 (0)
0