8000 Backport PR #29409: Fixed test case(test_axes.py) failing on ppc64le · matplotlib/matplotlib@0db1cce · GitHub
[go: up one dir, main page]

Skip to content

Commit 0db1cce

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #29409: Fixed test case(test_axes.py) failing on ppc64le
1 parent 103b6b6 commit 0db1cce

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)
0