Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Aug 1, 2024
1 parent 18c4085 commit 8c7caee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/ScalarRandomFeature.jl
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,7 @@ function build_models!(
)
inflation = optimizer_options["inflation"]
if inflation > 0
terminated =
EKP.update_ensemble!(ekiobj, g_ens, additive_inflation = true, s = inflation) # small regularizing inflation
terminated = 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
3 changes: 1 addition & 2 deletions src/VectorRandomFeature.jl
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,7 @@ function build_models!(
end
inflation = optimizer_options["inflation"]
if inflation > 0
terminated =
EKP.update_ensemble!(ekiobj, g_ens, additive_inflation = true, s = inflation) # small regularizing inflation
terminated = 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 8c7caee

Please sign in to comment.