X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Foptions.py;h=c6e5c4cb079edfc7149ee8179137fb7f61975e84;hb=b176f008ba7fee7a41fb1f3645dbf9c526e86cbe;hp=27752e79e71af02f082367b8b5bd9bfdf4fcf2ee;hpb=9e2789819caf7757f072c878818b4bbe09544b6b;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. """