Closed dafeda closed 1 year ago
I think this is intended behaviour. ERT 5 creates an empty default
case to mimic behaviour from ERT <5.
I agree it's stupid and we shouldn't have it, but I think that is an issue for another milestone.
Will close this now then, we all agree we should review this behavior, but for now the old behavior is ok.
Describe the bug After a run of ES (I tried drogon) we end up with 3 cases;
default
,default_prior
anddefault_smoother_update
.default
is empty.To reproduce Steps to reproduce the behaviour:
Expected behaviour Only two cases, one with the prior and one with the posterior. Consider https://github.com/equinor/ert/issues/4160 as well