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

docs: Fix some warnings during docs build #19848

Merged
merged 3 commits into from
Nov 18, 2024
Merged

docs: Fix some warnings during docs build #19848

merged 3 commits into from
Nov 18, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Nov 18, 2024

CI failure unrelated (VSCode marketplace URL is flaky).

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars labels Nov 18, 2024
@stinodego stinodego marked this pull request as ready for review November 18, 2024 13:47
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.39%. Comparing base (402c15e) to head (32d48db).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19848      +/-   ##
==========================================
+ Coverage   79.37%   79.39%   +0.02%     
==========================================
  Files        1550     1550              
  Lines      214743   214840      +97     
  Branches     2460     2460              
==========================================
+ Hits       170457   170582     +125     
+ Misses      43727    43699      -28     
  Partials      559      559              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stinodego stinodego marked this pull request as draft November 18, 2024 15:36
@stinodego stinodego marked this pull request as ready for review November 18, 2024 16:17
@@ -130,7 +134,10 @@
schema_overrides={"species": pl.Categorical},
)

bears = pl.concat([male_bears, female_bears], how="vertical")
with warnings.catch_warnings():
warnings.filterwarnings("ignore", category=CategoricalRemappingWarning)
Copy link
Collaborator

@rodrigogiraoserrao rodrigogiraoserrao Nov 18, 2024

Choose a reason for hiding this comment

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

Oh, this (setting the filter) is still needed? 😪

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Collaborator

@rodrigogiraoserrao rodrigogiraoserrao left a comment

Choose a reason for hiding this comment

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

Good catches! Thanks

@stinodego stinodego merged commit 9f914b7 into main Nov 18, 2024
8 of 10 checks passed
@stinodego stinodego deleted the fix-docs-warnings branch November 18, 2024 20:29
@c-peters c-peters added the accepted Ready for implementation label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants