-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REGR: DatetimeIndex.intersection incorrectly raising AssertionError #35877
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
I personally think it's fine to test / note only the root issue since the OP wasn't minimal (makes for cleaner / better tests IMO). Did a quick sanity check and this does fix the groupby issue also. |
thanks @jbrockmendel and @dsaxton |
…ectly raising AssertionError
…ing AssertionError (#35879) Co-authored-by: jbrockmendel <[email protected]>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
@dsaxton this PR's test and whatsnew note reference the underlying issue you identified in #35876, but not the OP issue. Do you think we should add a test/note for that directly?