-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: fix rolling with centering and axis=1 (#46135) #46265
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
…to jyuv-contribution � Conflicts: � pandas/tests/window/test_rolling.py
@github-actions pre-commit |
…to jyuv-contribution � Conflicts: � pandas/tests/window/test_rolling.py
@github-actions pre-commit |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Hi, |
You will need to merge main and push to this branch again. Looks like previously the CI didn't run all the jobs |
…ibution � Conflicts: � pandas/tests/window/test_win_type.py
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.
Thanks, looks pretty good. Just needs a small adjustment in the whatsnew note.
Thanks @jyuv |
…-dev#46265) * TST: added test for rolling with centering=True and axis=1 (pandas-dev#46135) * BUG: fixed bug of rolling with centering=True and axis=1 (pandas-dev#46135) * DOC: fixed bug of rolling with centering=True and axis=1 (pandas-dev#46135) * Fixes from pre-commit [automated commit] * TST: adapted test_rolling_center_axis_1 to support check_dtype=True * Fixes from pre-commit [automated commit] * TST: move test_rolling_center_axis_1 from test_rolling.py to test_win_type.py * Fixes from pre-commit [automated commit] * DOC: moved bug mention to rolling doc section and specify conditions (pandas-dev#46135) Co-authored-by: Yuval <yuval,[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.