We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792f518 commit 3ce69c8Copy full SHA for 3ce69c8
test/test_bounds.jl
@@ -58,7 +58,6 @@ end
58
# LMTR with TRDH as subsolver
59
for (h, h_name) ∈ ((NormL0(λ), "l0"), (NormL1(λ), "l1"))
60
@testset "bpdn-with-bounds-ls-LMTR-$(h_name)-TRDH" begin
61
- continue # FIXME
62
x0 = zeros(bpdn_nls2.meta.nvar)
63
@test has_bounds(bpdn_nls2)
64
LMTR_out = LMTR(
0 commit comments