Skip to content

Commit ae21eb8

Browse files
committed
Fix
1 parent 301ba0e commit ae21eb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/conic_form.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ function psd1(::Type{T}, ::Type{I}) where {T,I}
140140
-1,
141141
],
142142
),
143+
I,
143144
)
144145
end
145146

@@ -299,6 +300,7 @@ function psd2(
299300
1.0,
300301
],
301302
),
303+
I,
302304
)
303305
end
304306

0 commit comments

Comments
 (0)