-
Notifications
You must be signed in to change notification settings - Fork 14
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
Refactor distribution and extend tests for sub-distributions #976
Conversation
…recate old names, move specific methods to distribution_extensions.h, disable tests for methods that do not exists anymore
4ee8411
to
b5e4dbc
Compare
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.
It's a bit hard to follow the changes because of the renamings, but from what I can tell it looks all valid. Thanks for spotting these issues!
I only have a few higher level comments at this point.
Sorry, the first review was only meant to check if the new interface made sense. |
101e069
to
3e79dd8
Compare
3e79dd8
to
37a0968
Compare
cscs-ci run |
cscs-ci run |
cscs-ci run |
cscs-ci run |
cscs-ci run |
…ved the doc, and fixed calculation of local sizes in the constructor when offset != 0 and add extra tests
cscs-ci run |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #976 +/- ##
==========================================
+ Coverage 93.42% 93.59% +0.16%
==========================================
Files 143 144 +1
Lines 8686 8852 +166
Branches 1118 1119 +1
==========================================
+ Hits 8115 8285 +170
+ Misses 383 374 -9
- Partials 188 193 +5
|
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.
This looks good to me! Just a couple of general comments, not blocking.
cscs-ci run |
cscs-ci run |
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.
Had a quick look, LGTM.
cscs-ci run |
This PR consists of