# HG changeset patch # User Avinoam # Date 1539146920 -10800 # Wed Oct 10 07:48:40 2018 +0300 # Node ID 8a880175cc9f09605b40ea70768c1165f961ee1d # Parent 736f6c0cd5278b5635a7574efe901821027e02c0 otf2psf: increase tolerance in BIST (bug #51981) * otf2psf.m: change tolerance from 2*eps to 4*eps diff -r 736f6c0cd527 -r 8a880175cc9f inst/otf2psf.m --- a/inst/otf2psf.m Sat Sep 29 17:34:58 2018 +0100 +++ b/inst/otf2psf.m Wed Oct 10 07:48:40 2018 +0300 @@ -120,7 +120,7 @@ %!test %! psf = rand (16); %! otf = psf2otf (psf); -%! assert (otf2psf (otf), psf, 2*eps); +%! assert (otf2psf (otf), psf, 4*eps); %!test %! psf = rand (8); %! otf = psf2otf (psf, [16 16]);