-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
TST remove _UnstableOn32BitMixin from kpca class #13284
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
TST remove _UnstableOn32BitMixin from kpca class #13284
Conversation
We probably need to add 32 bit Python on windows and probably one 32bit linux (e.g. in a docker container such as the manylinux ones for the i686 platform) on azure pipelines to properly test this PR. Otherwise we might have bad surprise a release time. |
Actually we could also monitor the MacPython/scikit-learn-wheels cron jobs once this PR is merged (if appveyor is ok). |
I forgot to ping @thomasjpfan in the previous comments. |
The AppVeyor queue is clogged right now, so we will have to wait a bit :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have enabled the 32 bit linux nightly builds on MacPython/scikit-learn-wheels:
MacPython/scikit-learn-wheels@2ec0a25
So +1 for merging this and we will see soon if it breaks 32 bit linux or not. If it does it's easy enough to readd the _UnstableOn32bitMixin
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, let's merge and see.
see after #13241 if we can remove _UnstableOn32BitMixin
cc @rth