# HG changeset patch # User John W. Eaton # Date 1360617739 18000 # Node ID 69c0728def223769c0a5253aae9dc15ab21fe517 # Parent 1678d0fca14607bad8117587df9a33321a0055ff * sqp.m: Relax tolerance in test. diff -r 1678d0fca146 -r 69c0728def22 scripts/optimization/sqp.m --- a/scripts/optimization/sqp.m Mon Feb 11 13:26:44 2013 -0500 +++ b/scripts/optimization/sqp.m Mon Feb 11 16:22:19 2013 -0500 @@ -760,7 +760,7 @@ %! %! obj_opt = 0.0539498477702739; %! -%! assert (all (abs (x-x_opt) < 5*sqrt (eps)) && abs (obj-obj_opt) < sqrt (eps)); +%! assert (all (abs (x-x_opt) < 8*sqrt (eps)) && abs (obj-obj_opt) < sqrt (eps)); %% Test input validation %!error sqp ()