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] Fixing make_blobs to Respect the Global Output Type #3339

Merged

Conversation

mdemoret-nv
Copy link
Contributor

Closes #3334

This was missed in the large CumlDescriptor and Decorators update. Changing the decorator to correctly respect the output type and adding a test to check the functionality.

@mdemoret-nv mdemoret-nv requested a review from a team as a code owner January 5, 2021 01:42
@mdemoret-nv mdemoret-nv added 3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change labels Jan 5, 2021
@codecov-io
Copy link

codecov-io commented Jan 5, 2021

Codecov Report

Merging #3339 (a16f010) into branch-0.18 (ae7e444) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           branch-0.18    #3339   +/-   ##
============================================
  Coverage        71.48%   71.49%           
============================================
  Files              207      207           
  Lines            16750    16751    +1     
============================================
+ Hits             11974    11976    +2     
+ Misses            4776     4775    -1     
Impacted Files Coverage Δ
python/cuml/datasets/blobs.py 74.24% <100.00%> (+0.39%) ⬆️
...l/_thirdparty/sklearn/preprocessing/_imputation.py 62.50% <0.00%> (+0.40%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae7e444...a16f010. Read the comment docs.

python/cuml/datasets/blobs.py Show resolved Hide resolved
@mdemoret-nv mdemoret-nv added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Jan 8, 2021
@JohnZed JohnZed added 6 - Okay to Auto-Merge and removed 5 - Ready to Merge Testing and reviews complete, ready to merge labels Jan 11, 2021
@rapids-bot rapids-bot bot merged commit 9ad71f0 into rapidsai:branch-0.18 Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] make_blobs does not respect global output type
3 participants