-
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
Fixes bug in analysis workflow #81
Fixes bug in analysis workflow #81
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.
LGTM - a couple of minor comments to consider. 👍
* Makes analysis workflow optional * Missing part from previous PR #81 * Reduces number of inputs to analysis workflow * Renders input to workflow in ERT config file * Removes unnecessary import * Makes new arguments optional to work with run_pred * Fixes type of variable for path to reference simulation * Fixes path type variable in ahm * Revert back to path as string * Revert path back to string in ahm * Fixes derivation of absolute path * Fixes it for new configsuite version * Fixes for CI error on variable type * Fixes for CI error on variable type (2) * Formatting with black Co-authored-by: Ubuntu <egona@VM-Eduardo.430u41ciwbmupm0cbb0cjpnibd.fx.internal.cloudapp.net> Co-authored-by: Anders Fredrik Kiær <[email protected]>
Partially addresses #61.
A new way of loading data from the reference simulation (OPM-Flow/Eclipse) is added, using functionality from
flownet.data.from_eclipse
instead of the previous approach of fetching data from the observation file into dictionary which was causing the random order behavior