Skip to content

Commit 0566a25

Browse files
committed
Fixes
1 parent eecf876 commit 0566a25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/DeprecatedTest/contlinear.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ function linear1test(model::MOI.ModelLike, config::Config{T}) where {T}
263263
end
264264
@test MOI.get(model, MOI.VariablePrimal(), v) [-1, 0, 2] atol = atol rtol =
265265
rtol
266-
if config.duals
267-
@test MOI.get(model, MOI.DualStatus()) == MOI.FEASIBLE_POINT
268-
end
269266
end
270267
# put lb of x back to 0 and fix z to zero to get :
271268
# max x + 2z

0 commit comments

Comments
 (0)