Skip to content

Commit ea0eaa2

Browse files
fix bound test for new TR signature
1 parent 1abfe57 commit ea0eaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_bounds.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const subsolver_options = deepcopy(options)
2-
TR_TRDH(args...; kwargs...) = TR(args...; subsolver = TRDH, kwargs...)
2+
TR_TRDH(args...; kwargs...) = TR(args...; subsolver = TRDHSolver, kwargs...)
33

44
for (mod, mod_name) ((x -> x, "exact"), (LSR1Model, "lsr1"), (LBFGSModel, "lbfgs"))
55
for (h, h_name) ((NormL0(λ), "l0"), (NormL1(λ), "l1"))

0 commit comments

Comments
 (0)