-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[0.20.2] test_non_meta_estimators fails on Powerpc 64 bit little endian #13051
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
BTW, I just found that a similar issue is #12448. |
We long ago made exceptions for CCA, LocallyLinearEmbedding and KernelPCA saying that they are not deterministic on 32-bit platforms. This happened in #3363 when introducing Windows CI. But it seems that wasn't quite the right criteria for exclusion. |
With the latest version on master we have the
looking at CPython config.sub but I'm not sure if those actually match |
From #12448 (comment),
Unless |
Actually, for KernelPCA this may have been fixed in #13241 -- not sure.. |
Made at attempt to skip the non deterministic tests in #13323 |
Splitting #13036:
Test failure for
test_non_meta_estimators[KernelPCA-KernelPCA-check_pipeline_consistency]
:Similarly for
test_non_meta_estimators[LocallyLinearEmbedding-LocallyLinearEmbedding-check_pipeline_consistency]
:and for
test_non_meta_estimators[LocallyLinearEmbedding-LocallyLinearEmbedding-check_transformer_data_not_an_array]
:and for
test_non_meta_estimators[LocallyLinearEmbedding-LocallyLinearEmbedding-check_transformer_general]
:The text was updated successfully, but these errors were encountered: