Skip to content

CLN: test_nanops/take.py #48999

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

Merged
merged 3 commits into from
Oct 10, 2022
Merged

CLN: test_nanops/take.py #48999

merged 3 commits into from
Oct 10, 2022

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite Clean labels Oct 7, 2022
assert result == a
assert result == np_result
assert result.dtype == np.float64
s = Series(val, index=range(500), dtype=np.int64)
Copy link
Member

Choose a reason for hiding this comment

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

nitpick s->ser

@mroeschke mroeschke added this to the 1.6 milestone Oct 7, 2022
@phofl phofl merged commit 3f310c4 into pandas-dev:main Oct 10, 2022
@phofl
Copy link
Member

phofl commented Oct 10, 2022

thx @mroeschke

@mroeschke mroeschke deleted the tst/cln/fixtures branch October 10, 2022 22:17
@mroeschke mroeschke modified the milestones: 1.6, 2.0 Oct 13, 2022
noatamir pushed a commit to noatamir/pandas that referenced this pull request Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants