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

Fix warnings in test_stats.py #12293

Merged
merged 12 commits into from
Dec 5, 2022

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Dec 2, 2022

Description

Contributes to #9999 and #10363.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@vyasr vyasr added 3 - Ready for Review Ready for review by team Python Affects Python cuDF API. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Dec 2, 2022
@vyasr vyasr requested a review from a team as a code owner December 2, 2022 18:41
@vyasr vyasr self-assigned this Dec 2, 2022
@codecov
Copy link

codecov bot commented Dec 3, 2022

Codecov Report

Base: 88.37% // Head: 88.35% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (1776a53) compared to base (a9f9958).
Patch coverage: 84.00% of modified lines in pull request are covered.

Additional details and impacted files
@@               Coverage Diff                @@
##           branch-23.02   #12293      +/-   ##
================================================
- Coverage         88.37%   88.35%   -0.02%     
================================================
  Files               137      137              
  Lines             22657    22664       +7     
================================================
+ Hits              20022    20025       +3     
- Misses             2635     2639       +4     
Impacted Files Coverage Δ
python/cudf/cudf/core/column/column.py 87.95% <ø> (-0.03%) ⬇️
python/cudf/cudf/core/series.py 95.83% <ø> (ø)
python/cudf/cudf/core/dataframe.py 93.49% <66.66%> (-0.18%) ⬇️
python/cudf/cudf/core/_base_index.py 81.15% <100.00%> (ø)
python/cudf/cudf/core/index.py 92.92% <100.00%> (ø)
python/cudf/cudf/testing/_utils.py 94.30% <100.00%> (+0.18%) ⬆️

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.

@vyasr
Copy link
Contributor Author

vyasr commented Dec 4, 2022

rerun tests

@vyasr
Copy link
Contributor Author

vyasr commented Dec 5, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 7432300 into rapidsai:branch-23.02 Dec 5, 2022
@vyasr vyasr deleted the fix/stats_warnings branch December 5, 2022 17:00
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 improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants