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: Output correct dtype for mean_horizontal on a single column #15118

Merged
merged 2 commits into from
Apr 13, 2024

Conversation

mcrumiller
Copy link
Contributor

Resolves #15115. Sibling to #15114.

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

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.16%. Comparing base (dcee934) to head (b3cbe81).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15118      +/-   ##
==========================================
+ Coverage   81.14%   81.16%   +0.02%     
==========================================
  Files        1363     1368       +5     
  Lines      175282   175414     +132     
  Branches     2527     2527              
==========================================
+ Hits       142236   142381     +145     
+ Misses      32568    32555      -13     
  Partials      478      478              

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

@mcrumiller mcrumiller changed the title fix: Output f64 when mean_horizontal provided with single boolean column fix: Output correct dtype for mean_horizontal on a single column Mar 18, 2024
@mcrumiller mcrumiller marked this pull request as ready for review March 18, 2024 02:10
@ritchie46
Copy link
Member

Can you rebase?

Copy link
Member

@ritchie46 ritchie46 left a comment

Choose a reason for hiding this comment

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

Let's resolve @nameexhaustion points first.

@mcrumiller
Copy link
Contributor Author

Let's resolve @nameexhaustion points first.

Done. I'll rebase when I'm up. 3am here, cat is throwing up :(.

@ritchie46
Copy link
Member

Done. I'll rebase when I'm up. 3am here, cat is throwing up :(.

Ai, sleep well! 🙈 To you and your cat!

@mcrumiller
Copy link
Contributor Author

@ritchie46 rebased, but let's wait for CI to finish since there were a lot of conflicts with the other PR to navigate.

@mcrumiller mcrumiller requested a review from reswqa as a code owner April 8, 2024 16:10
Copy link
Member

@ritchie46 ritchie46 left a comment

Choose a reason for hiding this comment

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

Thanks @mcrumiller

@ritchie46 ritchie46 merged commit 34ae669 into pola-rs:main Apr 13, 2024
23 checks passed
@mcrumiller mcrumiller deleted the mean-horz-bool branch April 13, 2024 15:42
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 outputs wrong dtype when single column supplied
3 participants