Skip to content

TST: Remove invalid dtype test #20370

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 1 commit into from
Mar 15, 2018

Conversation

TomAugspurger
Copy link
Contributor

This test was not valid. Not every dtype kind is a valid dtype.
For example, the dtype may be 'uint64', but the kind is 'u'.

This test was not valid. Not every dtype kind is a valid dtype.
For example, the dtype may be 'uint64', but the kind is 'u'.
@TomAugspurger TomAugspurger added Testing pandas testing functions or related to the test suite ExtensionArray Extending pandas with custom dtypes or arrays. labels Mar 15, 2018
@TomAugspurger TomAugspurger added this to the 0.23.0 milestone Mar 15, 2018
@jreback jreback merged commit 6bac7e4 into pandas-dev:master Mar 15, 2018
@jreback
Copy link
Contributor

jreback commented Mar 15, 2018

sure

@TomAugspurger TomAugspurger deleted the ea-bad-dtype-test branch May 2, 2018 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExtensionArray Extending pandas with custom dtypes or arrays. 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