Skip to content

Commit

Permalink
remove deprecated kw
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Jul 31, 2024
1 parent 190c0b0 commit 8acadfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VectorRandomFeature.jl
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function build_models!(
inflation = optimizer_options["inflation"]
if inflation > 0
terminated =
EKP.update_ensemble!(ekiobj, g_ens, additive_inflation = true, use_prior_cov = true, s = inflation) # small regularizing inflation
EKP.update_ensemble!(ekiobj, g_ens, additive_inflation = true, s = inflation) # small regularizing inflation
else
terminated = EKP.update_ensemble!(ekiobj, g_ens) # small regularizing inflation
end
Expand Down

0 comments on commit 8acadfa

Please sign in to comment.