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: Properly raise on mean_horizontal with wrong dtypes #19472

Merged
merged 1 commit into from
Oct 27, 2024
Merged

Conversation

ritchie46
Copy link
Member

fixes #19467

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Oct 27, 2024
@ritchie46 ritchie46 merged commit 4ddae71 into main Oct 27, 2024
24 checks passed
@ritchie46 ritchie46 deleted the hor branch October 27, 2024 08:31
Copy link

codecov bot commented Oct 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.95%. Comparing base (e7a84bc) to head (ae89c81).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #19472   +/-   ##
=======================================
  Coverage   79.94%   79.95%           
=======================================
  Files        1534     1534           
  Lines      211183   211226   +43     
  Branches     2444     2445    +1     
=======================================
+ Hits       168831   168882   +51     
+ Misses      41797    41789    -8     
  Partials      555      555           

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

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.

mean_horizontal with List or Array columns causes PanicException
1 participant