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

Disable failing kernel ridge test #5181

Conversation

wphicks
Copy link
Contributor

@wphicks wphicks commented Jan 30, 2023

No description provided.

@wphicks wphicks requested a review from a team as a code owner January 30, 2023 22:50
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Jan 30, 2023
@wphicks wphicks added bug Something isn't working non-breaking Non-breaking change and removed Cython / Python Cython or Python issue labels Jan 30, 2023
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Jan 31, 2023
@@ -178,6 +178,7 @@ def array_strategy(draw):

@given(kernel_arg_strategy(), array_strategy())
@settings(deadline=None)
@pytest.skip('https://github.com/rapidsai/cuml/issues/5177')
Copy link
Member

Choose a reason for hiding this comment

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

My suggestion was wrong, sorry for that, it should be @pytest.mark.skip (which I always confuse...)

@codecov-commenter
Copy link

Codecov Report

Base: 67.12% // Head: 67.21% // Increases project coverage by +0.08% 🎉

Coverage data is based on head (4b127a4) compared to base (f6abf81).
Patch has no changes to coverable lines.

Additional details and impacted files
@@               Coverage Diff                @@
##           branch-23.02    #5181      +/-   ##
================================================
+ Coverage         67.12%   67.21%   +0.08%     
================================================
  Files               192      192              
  Lines             12396    12370      -26     
================================================
- Hits               8321     8314       -7     
+ Misses             4075     4056      -19     
Impacted Files Coverage Δ
python/cuml/common/kernel_utils.py 91.66% <0.00%> (-4.17%) ⬇️
python/cuml/dask/common/input_utils.py 34.37% <0.00%> (-1.51%) ⬇️
python/cuml/dask/ensemble/randomforestregressor.py 33.87% <0.00%> (-1.05%) ⬇️
...ython/cuml/dask/ensemble/randomforestclassifier.py 29.88% <0.00%> (-0.80%) ⬇️
python/cuml/preprocessing/TargetEncoder.py 85.22% <0.00%> (-0.08%) ⬇️
...on/cuml/benchmark/automated/bench_random_forest.py 0.00% <0.00%> (ø)
python/cuml/dask/preprocessing/label.py 40.00% <0.00%> (+0.71%) ⬆️
...ython/cuml/dask/neighbors/kneighbors_classifier.py 23.42% <0.00%> (+1.57%) ⬆️
python/cuml/dask/neighbors/nearest_neighbors.py 28.75% <0.00%> (+2.00%) ⬆️
python/cuml/dask/neighbors/kneighbors_regressor.py 32.75% <0.00%> (+2.11%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wphicks
Copy link
Contributor Author

wphicks commented Feb 2, 2023

Combined with #5194 to get them both to pass CI

@wphicks wphicks closed this Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants