Skip to content

Commit cbf4ab9

Browse files
mention open PR in fixmes
1 parent 1a3e079 commit cbf4ab9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test-R2N.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# Test bpdn with L-SR1 and 0-norm
8282
reg_nlp = RegularizedNLPModel(LSR1Model(bpdn), NormL0(λ))
8383
test_solver(reg_nlp, "R2N", expected_status = :first_order, solver_kwargs = bpdn_kwargs)
84-
# FIXME: allocations fail with LSR1
84+
# FIXME: allocations fail with LSR1 -> a PR is awaiting on LinearOperators.jl
8585
# solver, stats = R2NSolver(reg_nlp), RegularizedExecutionStats(reg_nlp)
8686
# @test @wrappedallocs(
8787
# solve!(solver, reg_nlp, stats, σk = 1.0, β = 1e16, atol = 1e-6, rtol = 1e-6)
@@ -94,7 +94,7 @@
9494
solver_kwargs = bpdn_kwargs,
9595
solver_constructor_kwargs = (subsolver = R2DHSolver,),
9696
)
97-
# FIXME: allocations fail with LSR1
97+
# FIXME: allocations fail with LSR1 -> a PR is awaiting on LinearOperators.jl
9898
# solver, stats = R2NSolver(reg_nlp, subsolver = R2DHSolver), RegularizedExecutionStats(reg_nlp)
9999
# @test @wrappedallocs(
100100
# solve!(solver, reg_nlp, stats, σk = 1.0, β = 1e16, atol = 1e-6, rtol = 1e-6)

0 commit comments

Comments
 (0)