diff --git a/src/ert/config/gen_kw_config.py b/src/ert/config/gen_kw_config.py index 9d3639eff25..6f9da75be84 100644 --- a/src/ert/config/gen_kw_config.py +++ b/src/ert/config/gen_kw_config.py @@ -439,8 +439,7 @@ def trans_derrf(x: float, arg: List[float]) -> float: _steps * 0.5 * (1 + math.erf((x + _skew) / (_width * math.sqrt(2.0)))) - / (_steps - 1) - ) + ) / (_steps - 1) return _min + y * (_max - _min) @staticmethod