-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Consistent failure on OSX in draft 0.20.2 #12823
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
I guess this is likely to be a scipy issue, since we always use the latest version of scipy and scipy just released 1.2.0, but I don't have a mac. |
@jnothman xfail for mac or set |
If we can quickly get a build on OSX here, then we can see if decimal=4 works without fussing around with submodule commits for scikit-learn-wheels. |
leave it open for further investigation? |
I don't think it's an unreasonable loss in not precision for float32 but perhaps we should make them aware |
Maybe also try with the scipy 1.2.0 wheel that now includes openblas? |
I think we're using scipy 1.2.0 in scikit-learn-wheels when releasing 0.20.2. |
I don't think there's need for further investigation. We can't expect the same level of accuracy when comparing against float32. The default rtol we use to compare float64 is 1e-7. It's reasonable to use a rtol between 1e-3 and 1e-4 for float32 since precision is halved. |
While trying to build wheels for 0.20.2, all Mac builds have failed (e.g. https://travis-ci.org/MacPython/scikit-learn-wheels/jobs/469752588) with:
I can't see any change in 0.20.2 that could have caused this new failure.
The text was updated successfully, but these errors were encountered: