-
Notifications
You must be signed in to change notification settings - Fork 915
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
Namespace/Docstring Fixes for Reduction #10471
Namespace/Docstring Fixes for Reduction #10471
Conversation
…ented reduction Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
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.
Things carried from another PR.
This is breaking because it changes namespaces by moving internal code into a |
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.
LGTM
@@ -192,6 +192,8 @@ std::unique_ptr<scalar> mean( | |||
* | |||
* @param col input column to compute variance. | |||
* @param output_dtype data type of return type and typecast elements of input column. | |||
* @param ddof Delta degrees of freedom. The divisor used is N - ddof, where N represents the number | |||
* of elements. |
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.
👍
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10471 +/- ##
===============================================
Coverage ? 86.31%
===============================================
Files ? 140
Lines ? 22312
Branches ? 0
===============================================
Hits ? 19259
Misses ? 3053
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
This PR adds detail namespace for for simple/compound ops for reduction to make code more consistent with segmented reduction. It also includes minor docstring fixes.
cc @bdice