Skip to content

Conversation

Tsmith-77
Copy link

def test_combine_series(self):
# GH#31899
# Note - combine() with another Series is also tested elsewhere because
# it is used when testing operators
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this comment moved?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understood this comment to be about testing combine with another Series. I didn't find other tests for this functionality, but assuming the comment holds true, I thought it might be more appropriate to move the comment to the new test that I've added since it deals with combine with another Series. If you want I can move it back or remove altogether.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets just get rid of it, doesnt seem to be adding any value

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other than that, LGTM. ping on green

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Testing pandas testing functions or related to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Combining two Series of dtype Int8 converts them to Int64

3 participants