Skip to content

Commit 71acb60

Browse files
committed
🤖 Format .jl files
1 parent d6085c0 commit 71acb60

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/bpdn_model.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function bpdn_model(args...)
7070
g
7171
end
7272

73-
FirstOrderModel(obj, grad!, zero(x0), name = "BPDN"), FirstOrderNLSModel(resid!, jprod_resid!, jtprod_resid!, size(A, 1), zero(x0), name = "BPDN-LS"), x0
73+
FirstOrderModel(obj, grad!, zero(x0), name = "BPDN"),
74+
FirstOrderNLSModel(resid!, jprod_resid!, jtprod_resid!, size(A, 1), zero(x0), name = "BPDN-LS"),
75+
x0
7476
end
75-

src/fh_model.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ of an `ADNLSModel` that represents the same problem, and the exact solution.
8787
function fh_model(; kwargs...)
8888
data, simulate, resid, misfit, x0 = FH_smooth_term()
8989
nequ = 202
90-
ADNLPModels.ADNLPModel(misfit, ones(5); kwargs...), ADNLPModels.ADNLSModel(resid, ones(5), nequ; kwargs...), x0
90+
ADNLPModels.ADNLPModel(misfit, ones(5); kwargs...),
91+
ADNLPModels.ADNLSModel(resid, ones(5), nequ; kwargs...),
92+
x0
9193
end
92-

0 commit comments

Comments
 (0)