-
Notifications
You must be signed in to change notification settings - Fork 295
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
Sketch distribute fix (#1017) #1018
Conversation
lorenzncode
commented
Feb 28, 2022
- distribute was creating an extra location
- Split distribute, rarray, parray tests
* distribute was creating an extra location * Split distribute, rarray, parray tests
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1018 +/- ##
==========================================
+ Coverage 96.29% 96.32% +0.02%
==========================================
Files 40 40
Lines 9364 9405 +41
Branches 1101 1248 +147
==========================================
+ Hits 9017 9059 +42
Misses 204 204
+ Partials 143 142 -1 ☔ View full report in Codecov by Sentry. |
Marking as draft for now as this change currently also implements a nested function which I think may be frowned upon. |
* Add module level TOL
@lorenzncode could you merge master into this? |
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, LGTM with a minor remark
* Split params into two variables
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.
Looks good. Thanks for all your work on this @lorenzncode !