From 25c74a15dacb1b3ec4264c2a15797a9612e5a68c Mon Sep 17 00:00:00 2001 From: Sondre Sortland Date: Tue, 3 Mar 2020 09:04:07 +0100 Subject: [PATCH] Remove experimental tag for ies --- ert_shared/models/iterated_ensemble_smoother.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ert_shared/models/iterated_ensemble_smoother.py b/ert_shared/models/iterated_ensemble_smoother.py index 5e10eec891f..ad11f137b04 100644 --- a/ert_shared/models/iterated_ensemble_smoother.py +++ b/ert_shared/models/iterated_ensemble_smoother.py @@ -129,4 +129,4 @@ def create_context(self, arguments, itr, prior_context = None, rerun = False): @classmethod def name(cls): - return "Iterated Ensemble Smoother - Experimental" + return "Iterated Ensemble Smoother"