-
Notifications
You must be signed in to change notification settings - Fork 16
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
default number_of_units
for non-investable and investable units
#1184
base: master
Are you sure you want to change the base?
default number_of_units
for non-investable and investable units
#1184
Conversation
…investable units
Looks in general ok to me. I'm just wondering why to use
instead of creating |
… DB (2) use consistent functions to adjust the default `number_of_xx` when the `xx` (unit, node, connection) is investable.
Good suggestion! Thx. They are implemented in the new commit. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1184 +/- ##
==========================================
- Coverage 87.38% 87.38% -0.01%
==========================================
Files 144 144
Lines 4423 4430 +7
==========================================
+ Hits 3865 3871 +6
- Misses 558 559 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes #1163
Checklist before merging