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: Bug in group_tuples_perfect, tail was not processed properly #19417

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Oct 24, 2024

Fixes #19409.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Oct 24, 2024
Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.10%. Comparing base (69c9c3a) to head (12654b7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19417      +/-   ##
==========================================
+ Coverage   80.03%   80.10%   +0.06%     
==========================================
  Files        1532     1532              
  Lines      210749   210752       +3     
  Branches     2442     2442              
==========================================
+ Hits       168676   168818     +142     
+ Misses      41518    41379     -139     
  Partials      555      555              

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

@ritchie46 ritchie46 merged commit 4360f9d into pola-rs:main Oct 24, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crashes and false values from CategoricalSeries.unique()
2 participants