-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REGR: Fix IntegerArray unary ops regression #36303
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
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.
very nice!
@@ -1055,6 +1055,19 @@ def any_nullable_int_dtype(request): | |||
return request.param | |||
|
|||
|
|||
@pytest.fixture(params=tm.SIGNED_EA_INT_DTYPES) |
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.
great!
@jreback @simonjayhawkins Should this change be backported? |
will do it after merged the two open ones. if meeks... fails can't retrigger and need to do it manually |
@meeseeksdev backport 1.1.x |
Co-authored-by: Daniel Saxton <[email protected]>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff