-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Investigate test_precomputed_nearest_neighbors_filtering[60]
failure on CI
#31262
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
Investigate test_precomputed_nearest_neighbors_filtering[60]
failure on CI
#31262
Conversation
test_precomputed_nearest_neighbors_filtering
Ok, so this test is definitely platform sensitive. |
I can also reproduce the failure on arm64 macOS with
if I use openblas instead of accelerate in my dev env:
|
…zure parallel] [all random seeds] test_precomputed_nearest_neighbors_filtering
…graph [azure parallel] [all random seeds] test_precomputed_nearest_neighbors_filtering
I am not 100% sure, but I think the previous way the test was written could lead to tied neighbors. Adding a 3rd data dimension and using the continuous valued distance graph instead of the discretized connectivity graph reduces this likelihood and makes the tests robust, even with the original small dataset size. |
Trying to reproduce #31256 on the CI.