Skip to content
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: fix failing #2752 tests for 32-bit builds #2837

Closed

Conversation

stephenwlin
Copy link
Contributor

fix failing 32-bit travis builds after #2708, #2752

still unclear whether the following needs to be fixed on 32-bit:

In [29]: p.DataFrame([1,2]).dtypes
Out[29]: 
0    int32
Dtype: object

In [30]: p.DataFrame({'a': [1,2]}).dtypes
Out[30]: 
a    int64
Dtype: object

so leaving the relevant test hardcoded to int64 for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants