ert icon indicating copy to clipboard operation
ert copied to clipboard

Everest broken after configuration work

Open oysteoh opened this issue 3 years ago • 1 comments

Seems like we have made some changes breaking everest https://github.com/equinor/ert/commit/7c4b087e372fc05264c08749960d88ffaa81de59

oysteoh avatar Oct 21 '22 06:10 oysteoh

From everest/util/__init__.py

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 breaking change.

ResConfig SiteConfig no longer supports get_installed_jobs()

DanSava avatar Oct 21 '22 06:10 DanSava