-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: fix groupby-empty xfails #44092
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
jbrockmendel
commented
Oct 18, 2021
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
elif ( | ||
op == "mad" | ||
and not isinstance(columns, list) | ||
and isinstance(values, pd.DatetimeIndex) |
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.
this is a giant test, prob worth splitting / fixing special cases. (of course in followons)
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.
yah, once the xfails are fixed it'll be a lot more reasonably sized
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.
ok commented on concerns but certainly should be a followup
This reverts commit 884d00f.