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
98 stars 104 forks source link

Increase responsiveness of run dialog under heavy load #8182

Closed JHolba closed 2 weeks ago

JHolba commented 2 weeks ago

The pydantic version is causing our GUI to freeze for several seconds on heavy updates.

Approach Using TypedDict eliminates most of the freeze duration.

When applicable

jonathan-eq commented 2 weeks ago

Very good, but I think this would benefit from using TypedDict rather than plain dict.

JHolba commented 2 weeks ago

Very good, but I think this would benefit from using TypedDict rather than plain dict.

Changed to TypedDict

berland commented 2 weeks ago

Looks good, but needs conflict resolution.

JHolba commented 2 weeks ago

Looks good, but needs conflict resolution.

All conflicts have de-escalated