-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Add tests for MultiIndex columns cases in aggregate relabelling #29504
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
the error isn't related to the change in this PR |
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.
Test content looks good!
However, let's write them using pytest
idiom instead of appending to our existing OOP.
many thanks for your review! @gfyoung tests still fail, but i don't think it is relevant to the change in this PR. 🤔 |
@charlesdong1991 : Can you try rebasing OR merging with |
yeah, it works, probably a flaky test error, I also saw the same error in other PRs. @gfyoung |
thanks @charlesdong1991 |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff