-
Notifications
You must be signed in to change notification settings - Fork 34
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
Supporting __partitioned__ interface #153
Conversation
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.
Thank you, this is a very thorough PR.
I just triggered CI so we can see if the tests pass. Can you also add the example to run_ci_examples.sh
in the root directory?
CI doesn't seem start anymore. |
Ah sorry, it seems I have to manually trigger it every time. Just did! |
I have no idea how my changes could make any other test fail. |
Looks like tests are being flaky on their own |
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.
Thanks again!
Initial implementation for #152 .
Once MLDataSet and modin have support for partitioned in mainline their specialized implementation could be removed without limiting any functionality.