Skip to content

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