-
Notifications
You must be signed in to change notification settings - Fork 915
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
Enable pandas pytests for cudf.pandas
#15147
Enable pandas pytests for cudf.pandas
#15147
Conversation
cudf.pandas
Co-authored-by: Bradley Dice <[email protected]>
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.
So the idea is that any tests that fail are non-fatal (and don't affect the overall workflow outcome), but any "other" failures (setup/whatever) are.
Do we have any observability over the level of pass/fail other than explicitly looking in the job log?
Yes, but I'm planning on adding the diff calculator for each of the test run in follow-up PRs. This PR just enables what we had disabled couple of weeks ago.
Right now, we have to look at test summary. But as I said above, after this PR merges I'll be enabling the diff calculation and commenting(if possible). |
Thanks! |
/merge |
Description
This PR enables
cudf.pandas
pandas pytest suite.Checklist