Skip to content

Commit ff1b230

Browse files
committed
fix for ppc64le testcase
1 parent c14b1b8 commit ff1b230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

+1-1
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() in ("arm64", "ppc64le") else 0)
91389138
def test_preset_clip_paths():
91399139
fig, ax = plt.subplots()
91409140

0 commit comments

Comments
 (0)