forked from equinor/ert
-
Notifications
You must be signed in to change notification settings - Fork 0
Ga wf name #5
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
Open
kvashchuka
wants to merge
533
commits into
main
Choose a base branch
from
ga_wf_name
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ga wf name #5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This removes the hard requirement of having REFCASE with SUMMARY response and observations. If the user does not provide a REFCASE, we will not be able to look up relative values, DAYS, HOURS, etc., but if DATE is given in SUMMARY_OBSERVATION we can use the observation. REFCASE is still required with HISTORY_OBSERVATION.
We can use the underlying roffio library to do most of the work.
Also remove unused get/set modes
Rename it to Installation as well
It's better to define GEN_KW and GEN_DATA at the same time so that it is not necessary to re-run experiment just to plot responses.
This would not crash at startup, but would crash in the posterior when trying to write NaN to json.
All summary observations were listed as "summary" in the GUI, due to how they are stored in the storage. This commit makes it so that they are fully listed.
NixOS is an "alternative" Linux distribution which does not use the standard Linux filesystem hierarchy. The directories `/bin` and `/usr/bin` _only_ have `sh` and `env` respectively. For example, `/bin/bash` does not exist on NixOS. To have the test suite pass, we replace all absolute paths to eg. `bash` with `/usr/bin/env` versions.
An excpetion occours when using sphinx version 7.2.0. Possible incompatability with foru theme.
replace basemodel with dataclass in event.py Replaced event classes based on Pydantic.BaseModel with @dateclass
* Remove unused JobListReadLock * Initialize struct members * Combine alloc and set_driver functions * Update signatures for pybind * Update test_job_queue test
This moves all the information about which responses are saved in storage to storage, instead of reading them through the config. The removes the need to pass the ensemble config to the forward model ok function.
This removes some redundant functions and simplifies the mocking as some of it was outdated.
This is used to create the matrix that will be used for projecting the response. All parameters used to drive the model should be included, not just the ones that the user wants to update.
This seems to not be flaky any more
This bug caused misfit_preprocessor to fail on cases with failed realizations.
This caused the misfit preprocessor to fail when run on cases that have failed realizations.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Resolves #my_issue
Approach
Short description of the approach
Pre review checklist
Adding labels helps the maintainers when writing release notes. This is the list of release note labels.