Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Apr 3, 2024
1 parent b15435b commit c244fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ function test_name_empty_names()
end

function test_dummy_nlp()
if Xpress._supports_nonlinear()
if !Xpress._supports_nonlinear()
return
end
model = Xpress.Optimizer(; OUTPUTLOG = 0)
Expand Down Expand Up @@ -2492,7 +2492,7 @@ function test_conflict_infeasible_bounds()
end

function test_nlp_constraint_log()
if Xpress._supports_nonlinear()
if !Xpress._supports_nonlinear()
return
end
model = Xpress.Optimizer()
Expand Down

0 comments on commit c244fcc

Please sign in to comment.