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
103 stars 107 forks source link

Total_progress_bar will exceed 100% if invalid iteration is chosen #4327

Closed eivindjahren closed 1 year ago

eivindjahren commented 1 year ago

writing iteration: 7 in ensemble experiment starts out the progress bar at 700% and it goes up to 800% and finishes at 100% . Because of this, it also aborts at self._total_progress_bar.setValue(progress) if you set iterations to an overflowing value.

mortalisk commented 1 year ago

Screenshot from 2022-11-17 14-38-44

dafeda commented 1 year ago

progress

Total progres seems to in general go to 200% and then drop down to 100% when done.