Skip to content
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

[REVIEW] Fix min_max_axis #3735

Merged
merged 29 commits into from
Apr 12, 2021

Conversation

viclafargue
Copy link
Contributor

@viclafargue viclafargue commented Apr 9, 2021

Closes #3733

@viclafargue viclafargue requested a review from a team as a code owner April 9, 2021 12:45
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Apr 9, 2021
@viclafargue viclafargue added 3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change and removed Cython / Python Cython or Python issue labels Apr 9, 2021
@viclafargue
Copy link
Contributor Author

rerun tests

@cjnolet cjnolet added this to PR-WIP in v0.19 Release via automation Apr 11, 2021
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Apr 12, 2021
@viclafargue viclafargue requested a review from a team as a code owner April 12, 2021 13:40
Copy link
Contributor

@JohnZed JohnZed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just tiny changes

python/cuml/_thirdparty/sklearn/utils/sparsefuncs.py Outdated Show resolved Hide resolved
python/cuml/_thirdparty/sklearn/utils/sparsefuncs.py Outdated Show resolved Hide resolved
v0.19 Release automation moved this from PR-WIP to PR-Needs review Apr 12, 2021
Copy link
Contributor

@lowener lowener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

v0.19 Release automation moved this from PR-Needs review to PR-Reviewer approved Apr 12, 2021
@JohnZed
Copy link
Contributor

JohnZed commented Apr 12, 2021

@rapidsai/ops-codeowners Ok to merge this as a fix for 0.19? The code changes are very small (one conditional cuda 11.2 change and a small preprocessing fix) but it also includes fixes to a few tests that will help clean up flakiness observed in 0.19 tests.

@raydouglass
Copy link
Member

Ok to merge this as a fix for 0.19?

Yes. I will merge it.

@raydouglass raydouglass merged commit ef78253 into rapidsai:branch-0.19 Apr 12, 2021
v0.19 Release automation moved this from PR-Reviewer approved to Done Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
No open projects
v0.19 Release
  
Done
Development

Successfully merging this pull request may close these issues.

[BUG] test_thirdparty::test_min_max_axis pytest failure in CI
5 participants