Skip to content

Commit

Permalink
initialize sies object if it is None
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunde1 committed Dec 1, 2023
1 parent 71b4aaa commit 9c5ccc3
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 @@ -666,7 +666,7 @@ def analysis_IES(
)

# if the algorithm object is not passed, initialize it
if sies_smoother is not None:
if sies_smoother is None:
parameter_ensemble = _all_parameters(
source_fs, iens_active_index, param_groups
)
Expand Down

0 comments on commit 9c5ccc3

Please sign in to comment.