-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: groupby mean fails for complex #43756
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
debnathshoham
commented
Sep 26, 2021
- closes BUG: Can't compute group mean of complex values #43701
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
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.
LGTM, thanks @debnathshoham!
|
||
|
||
def test_groupby_mean_complex(): | ||
# GH#43701 |
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 parmaetirze this test instead. also can you add the failing ones in another test, eg.. test_groupby_op_complex_error (e.g. min, max, etc, e.g the non-working ones)
thanks @debnathshoham @mzeitlin11 happy to have more consolidation of fused types |