Skip to content

Commit 19e4d4d

Browse files
authored
Merge pull request matplotlib#29417 from meeseeksmachine/auto-backport-of-pr-29409-on-v3.10.x
Backport PR matplotlib#29409 on branch v3.10.x (Fixed test case(test_axes.py) failing on ppc64le)
2 parents 8721632 + 0db1cce commit 19e4d4d

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

90869086

90879087
@image_comparison(["preset_clip_paths.png"], remove_text=True, style="mpl20",
9088-
tol=0.027 if platform.machine() == "arm64" else 0)
9088+
tol=0.027 if platform.machine() in ("arm64", "ppc64le") else 0)
90899089
def test_preset_clip_paths():
90909090
fig, ax = plt.subplots()
90919091

0 commit comments

Comments
 (0)