Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Nov 9, 2022
1 parent 446dadb commit 3926b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function preprocess(
max_hprod = stp.meta.max_cntrs[:neval_jprod_residual]
Fx = workspace.Fx
Jx = jac_op_residual!(stp.pb, workspace.xt, workspace.Hstruct.Jv, workspace.Hstruct.Jtv)
PData = ARCTR.preprocess(PData, Jx, Fx, norm_∇f, neval_jprod_residual(stp.pb), max_hprod, α)
PData = preprocess(PData, Jx, Fx, norm_∇f, neval_jprod_residual(stp.pb), max_hprod, α)
return PData
end

Expand Down

0 comments on commit 3926b8f

Please sign in to comment.