Skip to content

Commit dea1d81

Browse files
authored
Enable lieb_ando test for Clarabel (#580)
1 parent b655295 commit dea1d81

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

test/test_problem_depot.jl

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,11 @@ test_problem_depot_load_BigFloat() = _test_problem_depot_load(BigFloat)
6565
# end
6666

6767
function test_Clarabel()
68-
# TODO(odow): investigate sdp_lieb_ando
69-
# `sdp_quantum_relative_entropy3_lowrank` failed on CI for Ubuntu with
68+
# `sdp_quantum_relative_entropy3_lowrank` failed on CI for Ubuntu with
7069
# Expression: ≈(p.optval, evaluate(quantum_relative_entropy(B, A)), atol = atol, rtol = rtol)
7170
# Evaluated: -4.887297347885561e-6 ≈ Inf (atol=0.001, rtol=0.0)
7271
Convex.ProblemDepot.run_tests(;
73-
exclude = [
74-
r"mip",
75-
r"sdp_lieb_ando",
76-
r"sdp_quantum_relative_entropy3_lowrank",
77-
],
72+
exclude = [r"mip", r"sdp_quantum_relative_entropy3_lowrank"],
7873
) do p
7974
return solve!(p, Clarabel.Optimizer; silent_solver = true)
8075
end
@@ -83,9 +78,8 @@ end
8378

8479
# Slow, and also hits linear algebra issues with BigFloat matrices
8580
# function test_Clarabel_BigFloat()
86-
# # TODO(odow): investigate sdp_lieb_ando
8781
# Convex.ProblemDepot.run_tests(;
88-
# exclude = [r"mip", r"sdp_lieb_ando"],
82+
# exclude = [r"mip"],
8983
# T = BigFloat,
9084
# ) do p
9185
# return solve!(p, Clarabel.Optimizer{BigFloat}; silent_solver = true)

0 commit comments

Comments
 (0)