Skip to content

Commit

Permalink
Leaving zero diagonals per #853 cause some numerical tolerance issues…
Browse files Browse the repository at this point in the history
… in test_sos_19
  • Loading branch information
johanlofberg committed Mar 23, 2021
1 parent e6c709d commit 15ecd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/xunit/sos/test_sos_19.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function test1(dummy)

fail = 0;

if abs(obj1-obj2) > 1e-4
if abs(obj1-obj2) > 1e-3
fail = 1;
end

Expand Down

0 comments on commit 15ecd0c

Please sign in to comment.