ert icon indicating copy to clipboard operation
ert copied to clipboard

Pass in `tqdm` as callback when running from terminal

Open dafeda opened this issue 1 year ago • 1 comments

To get elapsed and remaining time from ES and ES-MDA when doing Correlation-Based Adaptive Localization, we pass the following callback:

https://github.com/equinor/ert/blob/d30e7c9863f0c1ae6323db64b8f3e19dac7f389b/src/ert/analysis/_es_update.py#L571-L574

Note that this only shows progress in the GUI, not in CLI.

To also show the progress when running from CLI, we could pass in tqdm instead of our custom callback.

dafeda avatar Feb 09 '24 04:02 dafeda

Removing them from the milestone as it was not orgininally in scope, keeping it in backlog.

oyvindeide avatar Feb 23 '24 12:02 oyvindeide