Dan Sava
Dan Sava
+1 for this feature
[ert/res/enkf/queue_config.py](https://github.com/equinor/ert/blob/3f84b979b985376aade9203a6b977b9b541d8c14/res/enkf/queue_config.py#L87-L94) was updated as part of https://github.com/equinor/ert/pull/3952
This might be blocked by #3801, #3918 and #2571 or probably will be solved once these issues are merged
From `everest/util/__init__.py` ``` python def get_system_installed_jobs(): """Returns list of all system installed job names""" res_config = _dummy_res_config() installed_jobs = res_config.site_config.get_installed_jobs() return installed_jobs.getAvailableJobNames() ``` Might have something to do with the...
Can no longer reproduce closing the issue again.
> This change looks reasonable to me, but I would like a second opinion by @oyvindeide as this touches on some internalisation. Also, do we need to backport this? It...
Discussed with @oyvindeide and decided to postpone this feature until we start on Everest refactoring and ert integration.
There have been some changes related to checking for output files that the forward model is expected to produce. Now in a similar case to the one described in the...
> Sure we don't want a dropdown to enforce the selection of a valid iteration, rather than a text field. Sure we can convert it to a dropdown but that...
I created the issue https://github.com/equinor/ert/issues/8819 to keep track of the dropdown conversion idea.