Skip to content

Commit 3926b8f

Browse files
committed
remove unnecessary import
1 parent 446dadb commit 3926b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function preprocess(
9494
max_hprod = stp.meta.max_cntrs[:neval_jprod_residual]
9595
Fx = workspace.Fx
9696
Jx = jac_op_residual!(stp.pb, workspace.xt, workspace.Hstruct.Jv, workspace.Hstruct.Jtv)
97-
PData = ARCTR.preprocess(PData, Jx, Fx, norm_∇f, neval_jprod_residual(stp.pb), max_hprod, α)
97+
PData = preprocess(PData, Jx, Fx, norm_∇f, neval_jprod_residual(stp.pb), max_hprod, α)
9898
return PData
9999
end
100100

0 commit comments

Comments
 (0)