-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
⚠️ CI failed on Ubuntu_Atlas.ubuntu_atlas ⚠️ #27126
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 do not have time now unfortunately. |
I'll take a look at this soon! |
I think that's a flaky test for this configuration which fails depending on random seeds for this translation (the |
#27122 seems like a duplicate, with a different seed in a different env. |
I confirm seed 49 and 52 reproduce the problem on my machine:
All other seed/shape combinations pass. Since my env is very different from the CI, I suspect that this test is too seed sensitive. Maybe there are tied values for those combinations of metric, seed and shape? |
There is also a problem with the cityblock metric: #27080:
I am re-running this test locally with for all seeds and all metrics. EDIT: here is the full list of failures on my local machine:
Since each failure happens both for |
Maybe we could improve the assertion error message to give more information about:
|
CI is no longer failing! ✅Successful run on Sep 27, 2023 |
I can't reproduce the failure locally on my machine. 🤔 Which implementations of OpenBLAS and OpenMP are you using? Here are mine: python -m threadpoolctl -i scipy -i numpy -i sklearn [
{
"user_api": "openmp",
"internal_api": "openmp",
"num_threads": 8,
"prefix": "libgomp",
"filepath": "/home/jjerphan/.local/share/mambaforge/envs/sk/lib/libgomp.so.1.0.0",
"version": null
},
{
"user_api": "blas",
"internal_api": "openblas",
"num_threads": 8,
"prefix": "libopenblas",
"filepath": "/home/jjerphan/.local/share/mambaforge/envs/sk/lib/libopenblasp-r0.3.23.so",
"version": "0.3.23",
"threading_layer": "pthreads",
"architecture": "Haswell"
}
] |
#27281 has been opened to improve the error message. |
+1 for improving the error message, but we also need to do something about the failures. Should we disable the |
On the short term, I would mark those configuration as What do you think? |
CI is still failing on Ubuntu_Atlas.ubuntu_atlas (Sep 28, 2023)
The text was updated successfully, but these errors were encountered: