Skip to content

Commit 57d7583

Browse files
committed
Remove out of date comment
1 parent 3e8cf30 commit 57d7583

File tree

1 file changed

+0
-1
lines changed
  • src/problem_depot/problems

1 file changed

+0
-1
lines changed

src/problem_depot/problems/sdp.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
end
5959

6060
@add_problem sdp function sdp_sdp_constraints(handle_problem!, ::Val{test}, atol, rtol, ::Type{T}) where {T, test}
61-
# This test fails on Mosek
6261
x = Variable(Positive())
6362
y = Variable((3, 3))
6463
p = minimize(x + y[1, 1], isposdef(y), x >= 1, y[2, 1] == 1; numeric_type = T)

0 commit comments

Comments
 (0)