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

combine duplicate error messages #8151

Closed eivindjahren closed 1 month ago

eivindjahren commented 1 month ago

It is possible for a forward model job validation to fail due to some incorrect environment setup, and forward model jobs may be called multiple times, leading to the same validation message being repeated.

To avoid cluttering up the "Some Problems Detected" panel with repeat messages, we should combine cards that have the same message but different location. The location text could show the first location and add a "and 3 more" button that can be used to view all locations where this error occurs.