Lars Evje
Lars Evje
Removed caching altogether. The newest tables versions 3.10>=, have wheels for macos arm so do not need to install hdf5 for them. Should maybe make this requirement explicit since the...
I get the same error using python3.12 on RHEL8, I have also seen the error happen on python3.12 on the ubuntu github actions runners, so seems to not be exclusively...
Relates somewhat to #7112
Since this will require a PR in komodo-releases anyway to set the queue name, I suggest testing this with `run_single_test_run`and checking out this branch to see how it behaves.
Some remaining questions/issues from this pr: - Need to figure out how we want to handle already existing gen_kw parameters, with the same name when creating an experiment from the...
We are also seeing this issue with version `1.7.1`, tests are failing on Linux: https://github.com/equinor/ert/actions/runs/9660713887/job/26646962384?pr=8189 Cloning the repo and building from source in the workflow fixes the issue, so seems...
I am not sure if this is the exact same issue as the tests failing above, but this code works on `netCDF4
Currently design2params will fail if you run more realizations than entries in design matrix. Maybe we should do the same, just ignore `NUM_REALIZATIONS` if you choose design matrix and use...
Some of the points of this issue has been covered but are still a lot of validation issues, some of them are: - Disallow spaces in parameter names - Decide...
I believe this keyword was removed from ERT: https://github.com/equinor/ert/issues/8442 So should probably be removed from everest as well?