Skip to content

Commit df5e426

Browse files
Runic: Update test/solvers/test_proximal_gradient_method.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 90fd2fc commit df5e426

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/solvers/test_proximal_gradient_method.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ using Manopt, Manifolds, Test, ManifoldDiff, ManoptTestSuite
223223
prox_h(M, λ, p) = p
224224
p0 = p1
225225
pbm_s = proximal_gradient_method(
226-
M, f, g, grad_g;
227-
prox_nonsmooth = prox_h,
228-
inverse_retraction_method = ProjectionInverseRetraction(),
226+
M, f, g, grad_g;
227+
prox_nonsmooth = prox_h,
228+
inverse_retraction_method = ProjectionInverseRetraction(),
229229
stepsize = ProximalGradientMethodBacktracking(;
230230
initial_stepsize = 1.0,
231231
strategy = :convex

0 commit comments

Comments
 (0)