-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
TST: Fix xfailing DataFrame arithmetic tests by transposing #23620
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
Conversation
Hello @jbrockmendel! Thanks for updating the PR.
Comment last updated on November 11, 2018 at 20:09 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #23620 +/- ##
==========================================
+ Coverage 92.23% 92.23% +<.01%
==========================================
Files 161 161
Lines 51288 51290 +2
==========================================
+ Hits 47304 47306 +2
Misses 3984 3984
Continue to review full report at Codecov.
|
rng = tm.box_expected(rng, box_with_datetime) | ||
|
||
# FIXME: calling with transpose=True raises ValueError | ||
rng = tm.box_expected(rng, box, transpose=False) |
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 we potentially have xfail
tests for these?
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.
Good idea. I've implemented this for some of these (will push shortly). For others (particularly ones using box_with_period or box_with_datetimes instead of box) doing that becomes much hairier and I'm inclined to leave the FIXME notes for the time being.
ok ping on green. (also if you have a chance to find the transpose on tz-DTI in a DataFrame issue) and link would be great. |
ping |
git diff upstream/master -u -- "*.py" | flake8 --diff