Skip to content

Commit

Permalink
pass sies_smoother object
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunde1 committed Dec 1, 2023
1 parent d50cb10 commit baa919c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/analysis/_es_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ def iterative_smoother_update(
ens_mask=ens_mask,
source_fs=prior_storage,
target_fs=posterior_storage,
iterative_ensemble_smoother=sies_smoother,
sies_smoother=sies_smoother,
progress_callback=progress_callback,
misfit_preprocessor=update_settings.misfit_preprocess,
sies_step_length=sies_step_length,
Expand Down

0 comments on commit baa919c

Please sign in to comment.