Skip to content

Commit

Permalink
Remove TODO on sies_step_length halflife. Should be > 0, is 2.5, ies …
Browse files Browse the repository at this point in the history
…default 1.5
  • Loading branch information
Blunde1 committed Dec 12, 2023
1 parent bd00e9c commit 8750716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/run_models/iterated_ensemble_smoother.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(
min_steplength=analysis_config.ies_min_steplength,
max_steplength=analysis_config.ies_max_steplength,
halflife=analysis_config.ies_dec_steplength,
) # TO-DO: verify halflife exactly corresponds to dec in old implementation
)

# Initialize sies_smoother to None
# It is initialized later, but kept track of here
Expand Down

0 comments on commit 8750716

Please sign in to comment.