Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit19e4d4d

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

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.027ifplatform.machine()=="arm64"else0)
9088+
tol=0.027ifplatform.machine()in ("arm64","ppc64le")else0)
90899089
deftest_preset_clip_paths():
90909090
fig,ax=plt.subplots()
90919091

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp