changeset 21762:289ee97765ad

psi: Adjust tolerances for failing tests on i386 systems (bug #47965) * psi.cc: Double tolerances to fix two failing tests on Debian i386 systems.
author Mike Miller <mtmiller@octave.org>
date Sun, 22 May 2016 11:00:33 -0700
parents ff2b9f7069c5
children 3f0a6bf25406
files libinterp/corefcn/psi.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/psi.cc	Sat May 21 11:40:27 2016 -0400
+++ b/libinterp/corefcn/psi.cc	Sun May 22 11:00:33 2016 -0700
@@ -179,8 +179,8 @@
 ## First 6 zeros of the digamma function, in section of 5.1.5 (and also on
 ## Abramowitz and Stegun, page 258, eq 6.3.19)
 %!assert (psi ( 1.46163214496836234126265954232572132846819620400644), 0, eps)
-%!assert (psi (-0.504083008264455409258269304533302498955385182368579), 0, eps)
-%!assert (psi (-1.573498473162390458778286043690434612655040859116846), 0, eps)
+%!assert (psi (-0.504083008264455409258269304533302498955385182368579), 0, eps*2)
+%!assert (psi (-1.573498473162390458778286043690434612655040859116846), 0, eps*2)
 %!assert (psi (-2.610720868444144650001537715718724207951074010873480), 0, eps*10)
 %!assert (psi (-3.635293366436901097839181566946017713948423861193530), 0, eps*10)
 %!assert (psi (-4.653237761743142441714598151148207363719069416133868), 0, eps*100)