-
-
Notifications
You must be signed in to change n 8000 otification settings - Fork 25.8k
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ #24131
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
CI is no longer failing! ✅Successful run on Nov 25, 2022 |
Seems like a real issue for global_random_seed=20. On my Ubuntu 20.04 machine (making sure atlas is used by chosing atlas with
With an error like this which is due to some linalg operation being called on a array with NaNs:
full pytest failure info
Trying to debug a bit further the code in fastica scikit-learn/sklearn/decomposition/_fastica.py Lines 85 to 89 in b571d64
atlas at one point w1 is exactly 0 and you divide by 0 so you get NaNs from there on:
openblas instead of exactly zero you get a small value of the order of
Suggestions more than welcome about how to fix or work around this issue! |
Edit: should be fixed by #24168 Hmmm the latest failure is a separate one:
Maybe related to #23865, cc @jjerphan for more visibility. I can reproduce both failures on a Ubuntu 20.04 box with atlas with GLOBAL_RANDOM_SEED=72 (for some reason with 80 only the parallel_on_X one fails ...):
Full pytest failure
|
As noted in #24131 (comment), this was fixed in #24168 |
🤔 there were two separate issues here. The pairwise distances one was fixed but the fastica one debugged in #24131 (comment) still exists. I'll reopen this one for now. Do you think it is better to open a separate issue about it? |
Ah I see, there are two issues. I'm okay with keeping this open. |
@jjerphan to help understand the nature of the failures found by |
That's a good suggestion. I've added an item in the description of #22587. |
Closing since #24198 has been merged it should not happen again. |
CI is still failing on Linux.ubuntu_atlas (Aug 30, 2022)
The text was updated successfully, but these errors were encountered: