Skip to content

Commit

Permalink
Account for precision in CI setup solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlofberg committed May 20, 2024
1 parent 2de6426 commit b3cda04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/tests/globlib/qcqp/test_global_ex2_1_8.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ function test1(testCase)
% Solve problem
sol = optimize(F,objvar,sdpsettings('bmibnb.uppersolver','fmincon','solver','bmibnb'));

testCase.assertTrue(sol.problem==0)
testCase.assertTrue(abs(value(objvar)-1.5639e+004) <= 1)

0 comments on commit b3cda04

Please sign in to comment.