ert icon indicating copy to clipboard operation
ert copied to clipboard

Pass callback status as event and show in GUI

Open oyvindeide opened this issue 3 years ago • 1 comments

We now propagate a status message back from the callback: https://github.com/equinor/ert/blob/b2425049ae47c27a66ae24a75663a99b91db8dd4/res/job_queue/job_queue_node.py#L136 which is then logged and shown to the users through: https://github.com/equinor/ert/blob/65f1334060215f651408c18989613f3a010931da/ert_shared/models/base_run_model.py#L159 if all the simulations fail:

image

However if only a single realization fails, the user gets no feedback as to why. Would be good to propagate the message as an event instead and for example show the status information as hover info in the simulation tracker:

image

oyvindeide avatar Jun 28 '22 07:06 oyvindeide

related to: #3435

oyvindeide avatar Jun 28 '22 08:06 oyvindeide

Related, and might be closed by: #6035

oyvindeide avatar Oct 02 '23 08:10 oyvindeide