-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
VIS: let PeriodConverter handle datetime64 data #18468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VIS: let PeriodConverter handle datetime64 data #18468
Conversation
can you rebase / update |
Codecov Report
@@ Coverage Diff @@
## master #18468 +/- ##
==========================================
- Coverage 91.57% 91.56% -0.01%
==========================================
Files 150 150
Lines 48700 48702 +2
==========================================
Hits 44595 44595
- Misses 4105 4107 +2
Continue to review full report at Codecov.
|
@@ -1449,6 +1449,17 @@ def test_overlapping_datetime(self): | |||
s2.plot(ax=ax) | |||
s1.plot(ax=ax) | |||
|
|||
@pytest.mark.xfail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a reason to the xfail (ref an issue)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the issue is already linked, see comment on first line of test (or do you mean in the xfail message itself?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes you normally provide a reason=
in the xfail itself, which then prints out when the tests run
lgtm. pls add a whatsnew if you think appropriate (or not ok too). |
xref #9053 (but doesn't solve it)