-
Notifications
You must be signed in to change notification settings - Fork 11
feat: Add option for multiline field in algorithm parameters #766
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
Conversation
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 0.14%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Preview page for your plugin is ready here: |
4247ccd
to
eebe982
Compare
eebe982
to
6112e7a
Compare
Codecov ReportBase: 89.70% // Head: 89.73% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #766 +/- ##
===========================================
+ Coverage 89.70% 89.73% +0.02%
===========================================
Files 192 193 +1
Lines 29725 29922 +197
===========================================
+ Hits 26666 26851 +185
- Misses 3059 3071 +12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
In this PR there is implemented support for multiline dynamic fields in algorithms parameters.
The motivation is to allow dynamic adjust parameters of files loaded from external resources (for example deep learning model).