-
Notifications
You must be signed in to change notification settings - Fork 68
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
Numpy 1.9.2 test failures #19
Comments
I'm also getting some intermittent failures: One time, I got:
And one other time, I got:
|
I recompiled numpy 1.9.2 -- I'm not picking up any intermittent failures. I don't think that ValueError thing is a big issue, although I could be wrong. If it becomes an issue in the future, here is the patch I added for future reference: Replace
Basically, I wrapped the |
Here were my test results on numpy 1.9.2: one test failure; not really sure what to do about it.
The text was updated successfully, but these errors were encountered: