-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
TST: GH39984 Addition to tests #48042
Conversation
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 |
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.
This needs to be imported in the test itself (its an optional dependency not installed on all builds)
Thanks @BarkotBeyene |
@mroeschke |
* 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]>
nan
values in nullableFloat
dtypes #39984 (Replace xxxx with the Github issue number)doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.