Skip to content

Commit

Permalink
Remove global scaling from IES
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Dec 22, 2023
1 parent 4a3723b commit f4312e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ert/analysis/_es_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ def analysis_IES(
analysis_config: IESSettings,
alpha: float,
std_cutoff: float,
global_scaling: float,
smoother_snapshot: SmootherSnapshot,
ens_mask: npt.NDArray[np.bool_],
source_fs: EnsembleReader,
Expand Down Expand Up @@ -765,7 +764,7 @@ def analysis_IES(
source_fs,
alpha,
std_cutoff,
global_scaling,
1.0,
iens_active_index,
update_step.observation_config(),
misfit_preprocessor,
Expand Down Expand Up @@ -1027,7 +1026,6 @@ def iterative_smoother_update(
analysis_config=analysis_config,
alpha=update_settings.alpha,
std_cutoff=update_settings.std_cutoff,
global_scaling=1.0,
smoother_snapshot=smoother_snapshot,
ens_mask=ens_mask,
source_fs=prior_storage,
Expand Down

0 comments on commit f4312e2

Please sign in to comment.