Skip to content

Conversation

@kvashchuka
Copy link
Owner

Issue
Resolves #my_issue

Approach
Short description of the approach

Pre review checklist

  • Added appropriate release note label
  • PR title captures the intent of the changes, and is fitting for release notes.
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Updated documentation
  • Ensured new behaviour is tested

Adding labels helps the maintainers when writing release notes. This is the list of release note labels.

oyvindeide and others added 30 commits August 11, 2023 14:58
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.
jonathan-eq and others added 30 commits September 21, 2023 08:03
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.