-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
f64
when mean_horizontal
provided with single boolean columnmean_horizontal
on a single column
Can you rebase? |
There was a problem hiding this 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.
Done. I'll rebase when I'm up. 3am here, cat is throwing up :(. |
Ai, sleep well! 🙈 To you and your cat! |
7e0627f
to
82cb292
Compare
@ritchie46 rebased, but let's wait for CI to finish since there were a lot of conflicts with the other PR to navigate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mcrumiller
Resolves #15115. Sibling to #15114.