-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
testArrayNumpyLabelled fails on Python 2.7.10 #10837
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
Comments
well this doesn't fail on travis AFAICT, nor have I ever actually seen this fail. So not sure how to repro. |
Do you have a 32-bit build? This test does seem to depend on a few things, including architecture and the PYTHONHASHSEED environment variable. |
@kawochen, No, I am running a 64bit interpreter. Yes, the failure is highly hardware/interpreter/seed dependent. But that is the point of this bug report. |
testArrayNumpyLabelled
fails on Python 2.7.10
@cel4 can you give the specific system this fails on. Yes its is somewhat non-deterministic, though in py2 the ordering is deterministic. Kind of a silly test actually (but IIRC came from another package :). Why don't you do a pull-request to sort them first. |
If the test fails or passes depends on the python hashseed. e.g. |
Order of dict elements seems to be non-deterministic for python2.7 versions as well.
The text was updated successfully, but these errors were encountered: