X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Foptions.py;h=c6e5c4cb079edfc7149ee8179137fb7f61975e84;hb=23a5893ede3a22653128d3e7a66fb3f6b80616b8;hp=27752e79e71af02f082367b8b5bd9bfdf4fcf2ee;hpb=fa5b8f037ddca2c53a19186fac1aebf3d24aec3d;p=dunshire.git diff --git a/src/dunshire/options.py b/src/dunshire/options.py index 27752e7..c6e5c4c 100644 --- a/src/dunshire/options.py +++ b/src/dunshire/options.py @@ -5,10 +5,11 @@ change them. But this makes the user interface real simple. """ -ABS_TOL = 1e-7 +ABS_TOL = 1e-6 """ The absolute tolerance used in all "are these numbers equal" and "is -this number less than (or equal to) that other number" tests. +this number less than (or equal to) that other number" tests. The CVXOPT +default is ``1e-7``, and we need a little bit of padding on top of that. """