flownet.ert.forward_models.utils module
- flownet.ert.forward_models.utils.get_last_iteration(path: str) Tuple[int, List]
Function to collect the last iteration number for which the simulation has run and the associated runpaths of this last iteration of all simulations.
- Parameters
path – ERT runpath
- Returns
Tuple with integer of last iteration and list of runpaths of last iteration of all simulations.