-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
CLN: Split integer array tests #32910
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
@@ -0,0 +1,52 @@ | |||
import numpy as np | |||
import pytest |
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 overlaps a lot with test_casting.py can you just make one and/or make it clear what is in one vs the other.
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.
Moved casting tests into test_dtypes.py
thanks @dsaxton |
Follow-up to #32780 (as with that PR there shouldn't be any changes to testing logic here)