Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cfd688

Browse files
committed
DOC: note lack of unit handling in docstring [ci doc]
1 parent 403873f commit 7cfd688

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/matplotlib/tests/test_datetime.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88

99

1010
class TestDatetimePlotting:
11-
<<<<<<< HEAD
12-
@pytest.mark.xfail(reason="Test for acorr not written yet")
13-
@mpl.style.context("default")
14-
def test_acorr(self):
15-
fig, ax = plt.subplots()
16-
ax.acorr(...)
17-
18-
=======
19-
@pytest.mark.xfail(reason="Test for annotate not written yet")
20-
>>>>>>> 151199a8ef (MNT: remove xcorr and acorr from test_datetime)
2111
@mpl.style.context("default")
2212
def test_annotate(self):
2313
mpl.rcParams["date.converter"] = 'concise'

0 commit comments

Comments
 (0)