-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BLD: Nosetests failures on 32-bit (test_first_last_nth_dtypes, test_iloc_getitem_array) #3143
Comments
this is master on 32 bit - latest commit? these have 2 do with int64 being casted I'll take a look weird that Travis does not fail |
seems to be working on 32 and 64 bit..... which commit is the issue on ? |
ahah it DID show up on a fresh install of 32-bit! really odd...looking |
the groupby error I have fixed, was not specifying the correct platform comparison (using np.int_ rather than issubclass np.integer), the 2nd is more complicated (failing in the test_indexing) lots of places to step thru, but ultiatemly failing on an ndarray take! In fact this is failing (but only 32-bit!)
|
#3144 should fix the groupby issue |
This works...so maybe the platform indexer conversion? This is what take is actually doing.
|
ok....I modified I think maybe this 'worked', on 32-bit except in a pathological case, which is weird why a fresh install doesn't work. |
ok I update master, confirmed fresh installs on 32/64 are ok.....pls verify when you have a chance |
yep, ok now, still getting that |
really, on fresh 32-bit build, on latest master? |
what numpy do you use? |
hmm...2.7 with 1.7.0 numpy not tested on travis.....I think that is the culprit! |
I think I can install that |
and of course that's there they messed with timedelta64 (well they were broken in 1.6.2) |
repro the error.... |
should probably follow-up on #3094 and delete all this here |
@stephenwlin sorry meant here |
I'm getting them on two different 32-bit ubuntu machines updated to master (0.11.0.dev-5f2ec15)...I'm guessing these are 32-bit specific since they're
dtype
related:I can look into this and resolve this myself if no one else does, but just wanted to throw it out there first (knee deep in other stuff atm...)
The text was updated successfully, but these errors were encountered: