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(python): Fix decimal series dispatch #20400

Merged
merged 2 commits into from
Dec 21, 2024
Merged

fix(python): Fix decimal series dispatch #20400

merged 2 commits into from
Dec 21, 2024

Conversation

ritchie46
Copy link
Member

fixes #20369

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Dec 21, 2024
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

Attention: Patch coverage is 81.81818% with 4 lines in your changes missing coverage. Please review.

Project coverage is 78.95%. Comparing base (234810d) to head (af40df2).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
py-polars/polars/series/series.py 81.81% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20400      +/-   ##
==========================================
- Coverage   78.95%   78.95%   -0.01%     
==========================================
  Files        1561     1561              
  Lines      219913   219931      +18     
  Branches     2471     2480       +9     
==========================================
+ Hits       173643   173647       +4     
- Misses      45702    45713      +11     
- Partials      568      571       +3     

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

@ritchie46 ritchie46 merged commit 2f2bb92 into main Dec 21, 2024
14 checks passed
@ritchie46 ritchie46 deleted the decimal branch December 21, 2024 15:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decimal operations on Series are inconsistent with those in the expression API
1 participant