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

Appearance settings

Commit 7fc59f1

Browse filesBrowse files
committed
fix for ppc64le testcase
1 parent c14b1b8 commit 7fc59f1
Copy full SHA for 7fc59f1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.