-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add draft for parameter config #10095
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #10095 will not alter performanceComparing Summary
|
8d7051d
to
33ef660
Compare
|
||
|
||
@dataclass | ||
class TransUnifSettings: |
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.
TODO: All distributions should contain LOG10 property
This will be handled directly by the type of distribution.
src/ert/config/scalar_parameter.py
Outdated
if group_name not in transformed_dict: | ||
transformed_dict[group_name] = {} | ||
transformed_dict[group_name][param_name] = transformed_value | ||
# todo log handling when distribution requires it |
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.
TODO: here is also the place that we need to handle template_file / output_file!
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.
First draft of the treatment of template / output file is in place.
80c5e43
to
1db64b4
Compare
] | ||
) | ||
|
||
def save_parameters( |
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.
TODO: redesign API for save_parameters?
Issue
Resolves #10088
Approach
Make new scalar parameter config
git rebase -i main --exec 'just rapid-tests'
)When applicable