TST: fix failing #2752 tests for 32-bit builds #2837

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
2 participants
Contributor

stephenwlin commented Feb 11, 2013

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

wesm closed this Feb 11, 2013

@jreback jreback added a commit to jreback/pandas that referenced this pull request Feb 15, 2013

@jreback jreback TST: added tests for GH #2837 cb6dba0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment