-
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
Merge fm_dispatch.py and cli.py #9966
Conversation
CodSpeed Performance ReportMerging #9966 will improve performances by 10.84%Comparing Summary
Benchmarks breakdown
|
83d47b7
to
ca681b5
Compare
from _ert.forward_model_runner.runner import ForwardModelRunner | ||
|
||
FORWARD_MODEL_DESCRIPTION_FILE = ( | ||
"jobs.json" # This is wrongly named, but must be kept for backwards compatibility |
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.
"wrongly" -> "incorrectly" ?
fm_runner_logger.setLevel(logging.DEBUG) | ||
|
||
|
||
NFS_FILE_RETRY_TIME = 30 |
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.
Maybe FM_DESCRIPTION_RETRY_TIME
? I guess this race condition could happen on other file systems also. Could maybe have a small comment.
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.
Small naming suggestions, but I see no need to block the merge for that.
No need to keep in separate files
ca681b5
to
a7eb918
Compare
No need to keep in separate files
Issue
Resolves unneeded file split
Approach
⌨️
git rebase -i main --exec 'just rapid-tests'
)When applicable