-
Notifications
You must be signed in to change notification settings - Fork 29
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
Expose observation uncertainty to users via YAML configuration file #132
Conversation
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.
Some comments, mostly on what we already discussed: now that we pass around the config we shouldn't change it into a dict somewhere halfway in the code.
.github/workflows/flownet.yml
Outdated
@@ -56,7 +56,7 @@ jobs: | |||
TESTDATA_REPO_OWNER: equinor | |||
# If you want the CI to (temporarily) run against another branch than master, | |||
# change the value her from "master" to the relevant branch name. | |||
TESTDATA_REPO_BRANCH: master | |||
TESTDATA_REPO_BRANCH: observation-errors-in-config-yaml |
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.
Merge https://github.com/equinor/flownet-testdata/compare/observation-errors-in-config-yaml and put back to master before merging.
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.
LGTM! 🚀
Closes #120