File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 88
99
1010class 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+ >> >> >> > 151199 a8ef (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 (...)
You can’t perform that action at this time.
0 commit comments