Skip to content

Commit

Permalink
Update src/Test/test_conic.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 19, 2024
1 parent 560bbff commit 76983dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/test_conic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5850,7 +5850,7 @@ function setup_test(
mock,
T[[1, 1, 1] / T(6); [1, -1, 1] / T(2)],
(MOI.VectorOfVariables, MOI.PositiveSemidefiniteConeTriangle) =>
[[1, -1, 1]./T(3), ones(T, 3)./T(3)],
[[1, -1, 1] ./ T(3), ones(T, 3) ./ T(3)],
(MOI.ScalarAffineFunction{T}, MOI.EqualTo{T}) => [T(2) / T(3)],
(MOI.ScalarAffineFunction{T}, MOI.GreaterThan{T}) =>
[T(1) / T(3)],
Expand Down

0 comments on commit 76983dd

Please sign in to comment.