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

Skip to content

Commit f579544

Browse files
committed
MNT: remove xcorr and acorr from test_datetime
1 parent 8be243c commit f579544

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lib/matplotlib/tests/test_datetime.py

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

99

1010
class TestDatetimePlotting:
11+
<<<<<<< HEAD
1112
@pytest.mark.xfail(reason="Test for acorr not written yet")
1213
@mpl.style.context("default")
1314
def test_acorr(self):
1415
fig, ax = plt.subplots()
1516
ax.acorr(...)
1617

18+
=======
19+
@pytest.mark.xfail(reason="Test for annotate not written yet")
20+
>>>>>>> 151199a8ef (MNT: remove xcorr and acorr from test_datetime)
1721
@mpl.style.context("default")
1822
def test_annotate(self):
1923
mpl.rcParams["date.converter"] = 'concise'
@@ -738,9 +742,3 @@ def test_violinplot(self):
738742
def test_vlines(self):
739743
fig, ax = plt.subplots()
740744
ax.vlines(...)
741-
742-
@pytest.mark.xfail(reason="Test for xcorr not written yet")
743-
@mpl.style.context("default")
744-
def test_xcorr(self):
745-
fig, ax = plt.subplots()
746-
ax.xcorr(...)

0 commit comments

Comments
 (0)