equinor / ert

ERT - Ensemble based Reservoir Tool - is designed for running ensembles of dynamical models such as reservoir models, in order to do sensitivity analysis and data assimilation. ERT supports data assimilation using the Ensemble Smoother (ES), Ensemble Smoother with Multiple Data Assimilation (ES-MDA) and Iterative Ensemble Smoother (IES).
https://ert.readthedocs.io/en/latest/
GNU General Public License v3.0
101 stars 105 forks source link

Move workflow_runner out of job_queue #8170

Closed berland closed 3 months ago

berland commented 3 months ago

The job_queue is scheduled for removal, being replaced by scheduler. Inside the job_queue directory there is a file that should not be removed, thus, it needs to reside somewhere else in the code hiearchy:

https://github.com/equinor/ert/blob/main/src/ert/job_queue/workflow_runner.py

Including test files.

eivindjahren commented 3 months ago

Fixed in https://github.com/equinor/ert/pull/8254