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

Rename tests from multiIndex to multiindex. #10732

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Apr 25, 2022

Small PR for improving consistency in cuDF Python test names. Follows up from #10729 (comment). cc: @galipremsagar

@bdice bdice requested a review from a team as a code owner April 25, 2022 21:34
@bdice bdice requested review from trxcllnt and skirui-source April 25, 2022 21:34
@bdice bdice self-assigned this Apr 25, 2022
@github-actions github-actions bot added the Python Affects Python cuDF API. label Apr 25, 2022
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 25, 2022
@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #10732 (e724707) into branch-22.06 (94a5d41) will increase coverage by 0.00%.
The diff coverage is 91.90%.

❗ Current head e724707 differs from pull request most recent head de72c02. Consider uploading reports for the commit de72c02 to get more accurate results

@@              Coverage Diff              @@
##           branch-22.06   #10732   +/-   ##
=============================================
  Coverage         86.38%   86.39%           
=============================================
  Files               142      142           
  Lines             22334    22302   -32     
=============================================
- Hits              19294    19268   -26     
+ Misses             3040     3034    -6     
Impacted Files Coverage Δ
python/cudf/cudf/_fuzz_testing/json.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/index.py 92.31% <ø> (ø)
python/cudf/cudf/utils/gpu_utils.py 50.00% <0.00%> (-4.29%) ⬇️
python/cudf/cudf/utils/utils.py 90.35% <ø> (+0.06%) ⬆️
python/cudf/cudf/core/df_protocol.py 88.48% <33.33%> (ø)
python/cudf/cudf/core/algorithms.py 90.47% <50.00%> (ø)
python/cudf/cudf/core/subword_tokenizer.py 75.00% <50.00%> (ø)
python/cudf/cudf/core/column/numerical.py 96.17% <66.66%> (ø)
python/cudf/cudf/testing/_utils.py 93.98% <88.88%> (+0.13%) ⬆️
python/cudf/cudf/core/frame.py 93.41% <89.47%> (-0.26%) ⬇️
... and 27 more

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 9409559...de72c02. Read the comment docs.

@bdice
Copy link
Contributor Author

bdice commented Apr 26, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit a1c7cbe into rapidsai:branch-22.06 Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants