File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
10
10
class TestDatetimePlotting :
11
+ < << << << HEAD
11
12
@pytest .mark .xfail (reason = "Test for acorr not written yet" )
12
13
@mpl .style .context ("default" )
13
14
def test_acorr (self ):
14
15
fig , ax = plt .subplots ()
15
16
ax .acorr (...)
16
17
18
+ == == == =
19
+ @pytest .mark .xfail (reason = "Test for annotate not written yet" )
20
+ >> >> >> > 151199 a8ef (MNT : remove xcorr and acorr from test_datetime )
17
21
@mpl .style .context ("default" )
18
22
def test_annotate (self ):
19
23
mpl .rcParams ["date.converter" ] = 'concise'
@@ -738,9 +742,3 @@ def test_violinplot(self):
738
742
def test_vlines (self ):
739
743
fig , ax = plt .subplots ()
740
744
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 (...)
You can’t perform that action at this time.
0 commit comments