Skip to content

Commit bc5e264

Browse files
authored
Update test_conic.jl
1 parent 1ba78a1 commit bc5e264

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Test/test_conic.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,6 @@ function _test_conic_GeometricMeanCone_helper(
28502850
)
28512851
@test (MOI.get(model, MOI.ConstraintPrimal(), c), n, config)
28522852
if _supports(config, MOI.ConstraintDual)
2853-
display(MOI.get(model, MOI.ConstraintDual(), gmc))
28542853
@test (
28552854
MOI.get(model, MOI.ConstraintDual(), gmc),
28562855
vcat(T(-1), fill(inv(T(n)), n)),
@@ -3315,7 +3314,6 @@ function _test_conic_DualGeometricMeanCone_helper(
33153314
)
33163315
@test (MOI.get(model, MOI.ConstraintPrimal(), c), n, config)
33173316
if _supports(config, MOI.ConstraintDual)
3318-
display(MOI.get(model, MOI.ConstraintDual(), gmc))
33193317
@test (
33203318
MOI.get(model, MOI.ConstraintDual(), gmc),
33213319
ones(T, n + 1),

0 commit comments

Comments
 (0)