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 eca4a34

Browse filesBrowse files
Remove datetime test for axes.pie (#27117)
* Added the smoke testing for pie function * Fixed some typos and mistakes in test code. * added further comments * Remove the test for pie function --------- Co-authored-by: YiLun Fan <u7277320@anu.edu.au>
1 parent 978b402 commit eca4a34
Copy full SHA for eca4a34

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed

‎lib/matplotlib/tests/test_datetime.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_datetime.py
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,6 @@ def test_matshow(self):
229229
fig, ax = plt.subplots()
230230
ax.matshow(...)
231231

232-
@pytest.mark.xfail(reason="Test for pie not written yet")
233-
@mpl.style.context("default")
234-
def test_pie(self):
235-
fig, ax = plt.subplots()
236-
ax.pcolor(...)
237-
238232
@pytest.mark.xfail(reason="Test for pcolor not written yet")
239233
@mpl.style.context("default")
240234
def test_pcolor(self):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.