ert icon indicating copy to clipboard operation
ert copied to clipboard

Delete run path deletes too much

Open oyvindeide opened this issue 1 year ago • 2 comments

Describe the bug When checking the delete run path checkbox in the gui, ert will sometimes delete too much, this happens when:

  • Evaluate ensemble: it assumes that the starting iteration is 0, if it is used for an ensemble with another iteration, the delete will be wrong
  • ES-MDA restart: it assumes that the starting iteration is 0, if restarting this will not be the case.

A backport should be made to version 10.1 where we disable the button, for main we should remove this feature and reconsider the implementation.

oyvindeide avatar Jun 18 '24 10:06 oyvindeide

After discussing with users, the combination of Evaluate ensemble and delete run path is a quite powerful combination, it was hypothesized that without the delete run path functionality the rerun functionality would loose a lot of value, and a complete restart would be more likely.

oyvindeide avatar Jun 18 '24 12:06 oyvindeide

On further discussion this feature should stay as is, bug the bug fix needs to be backported to version 10.1

oyvindeide avatar Jun 18 '24 13:06 oyvindeide

Fixed and backported

oyvindeide avatar Aug 01 '24 08:08 oyvindeide