-
Notifications
You must be signed in to change notification settings - Fork 54
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 split semantics for reduction operations #744
Conversation
Codecov Report
@@ Coverage Diff @@
## master #744 +/- ##
==========================================
+ Coverage 94.21% 95.83% +1.62%
==========================================
Files 63 63
Lines 8090 8096 +6
==========================================
+ Hits 7622 7759 +137
+ Misses 468 337 -131
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Fix link to current PR
…nalytics/heat into bug/730-reduce_op_split_axis
I branched off the main branch by mistake instead of off |
Description
Fixing split semantics for reduction operations (see Issue #730 )
Together with #732 , solves #730
Changes proposed:
Type of change
Due Diligence
Does this change modify the behaviour of other functions? If so, which?
no