-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature 308 transform technology parameter #337
Feature 308 transform technology parameter #337
Conversation
The parameter 'technology' is replaced with 'data' wherever it means more than only technologies. It requires a thorough scan of scripts for a consistent refactoring. The documentation must be adapted as well.
It takes too long if you want to test with a filled open-mastr database
[None], [] are not valid anymore
*api_data_types and api_location_types default now to all possible selections. * transform function returns lists required from lower functions -> lower functions must handle only lists -> no parsing etc.
* Black applied
* Technology is renamed to data where necessary * In docstring, a table for possible data values is added
In this case, I'll take the time on Friday. Thank you |
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.
Seems good. We anyway have to increase manual testing before each release.
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.
Overall it looks fine. I found one bug in the soap_API tqdm messages, which stems from the renaming of technology
to data
. I'll push a commit.
Co-authored-by: chrwm <54852694+chrwm@users.noreply.github.com>
Co-authored-by: chrwm <54852694+chrwm@users.noreply.github.com>
This pull request is composed of many file changes. Although all tests are passed, please try to review carefully and comment if something is unclear or not optimal. Thanks
Summary