Skip to content

Commit 952141d

Browse files
MaxenceGollierdpo
authored andcommitted
remove commented code
1 parent 78f07ad commit 952141d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TR_alg.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ function SolverCore.solve!(
301301
end
302302

303303
prox!(s, ψ, mν∇fk, ν₁)
304-
#println(solver.subpb.model.B*ones(length(xk)))
305304
ξ1 = hk - mk1(s) + max(1, abs(hk)) * 10 * eps()
306305
ξ1 > 0 || error("TR: first prox-gradient step should produce a decrease but ξ1 = $(ξ1)")
307306
sqrt_ξ1_νInv = sqrt(ξ1 / ν₁)

0 commit comments

Comments
 (0)