Skip to content

TST: GH39984 Addition to tests #48042

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 6 commits into from
Aug 26, 2022

Conversation

BarkotBeyene
Copy link
Contributor

@pep8speaks
Copy link

pep8speaks commented Aug 11, 2022

Hello @BarkotBeyene! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2022-08-23 19:24:18 UTC

@@ -5,8 +5,11 @@
import itertools

import numpy as np
import pyarrow as pa
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be imported in the test itself (its an optional dependency not installed on all builds)

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite MultiIndex Arrow pyarrow functionality labels Aug 12, 2022
@mroeschke mroeschke mentioned this pull request Aug 15, 2022
5 tasks
@mroeschke mroeschke added this to the 1.6 milestone Aug 26, 2022
@mroeschke mroeschke merged commit 64e7859 into pandas-dev:main Aug 26, 2022
@mroeschke
Copy link
Member

Thanks @BarkotBeyene

@BarkotBeyene
Copy link
Contributor Author

@mroeschke
Thanks for the comment and all.

@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
* TST: GH39984 Addition to tests

* TST: GH39984 Addition to tests

* TST: GH39984 Addition to tests

* TST: GH39984 Addition to tests

* TST: GH39984 Addition to tests

Co-authored-by: Abubeker Mohammed <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality MultiIndex Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Unable to create a MultiIndex with nan values in nullable Float dtypes
3 participants