-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Add test inconsistency in group by (#44803) #45509
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
TST: Add test inconsistency in group by (#44803) #45509
Conversation
The code fails one test, but the test it's named pytest (actions-310-numpydev.yaml, not slow and not network, xclip, deprecate, -W error). Can someone help me with the error? |
The failure is unrelated. Could you merge main again? |
Done ! |
thanks @NumberPiOso |
@@ -32,6 +32,20 @@ | |||
from pandas.core.groupby.base import maybe_normalize_deprecated_kernels | |||
|
|||
|
|||
def test_group_by_copy(): |
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.
hmm actually should be in pandas/tests/groupby/test_apply_mutate.py
@NumberPiOso if you wouldn't mind doing a PR to move this.
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.
Yes! , PR#45578
Pending tasks from pandas-dev#45509 In line with issue pandas-dev#44803
Pending tasks from pandas-dev#45509 In line with issue pandas-dev#44803 Change test_groupby_copy from `pandas/tests/groupby/test_groupby.py` to `pandas/tests/groupby/test_apply_mutate.py`
Pending tasks from pandas-dev#45509 In line with issue pandas-dev#44803 Change test_groupby_copy from `pandas/tests/groupby/test_groupby.py` to `pandas/tests/groupby/test_apply_mutate.py`
groupby.apply()
inconsistently indexes its return value with the groupby-cols #44803