octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #33863] Two test fails in quadl.m (dev. source


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #33863] Two test fails in quadl.m (dev. source MinGW)
Date: Tue, 09 Aug 2011 05:44:42 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1

Follow-up Comment #4, bug #33863 (project octave):

I will propose a changeset the below to avoid error on the MinGW platform


# HG changeset patch
# User Tatsuro Matsuoka <address@hidden>
# Date 1312868193 -32400
# Node ID a026c9007420c2bd090256cf068a932592106a6b
# Parent  9f2679a1436686171d1facd918acf83d0347c31d
Increase relative tolerance of one the test of quadl.m

diff -r 9f2679a14366 -r a026c9007420 scripts/general/quadl.m
--- a/scripts/general/quadl.m   Mon Aug 08 21:31:55 2011 -0700
+++ b/scripts/general/quadl.m   Tue Aug 09 14:36:33 2011 +0900
@@ -201,7 +201,7 @@

 ## the values here are very high so it may be unavoidable that this fails
 %!assert ( quadl (@(x) sin (3*x).*cosh (x).*sinh (x),10,15),
-%!         2.588424538641647e+10, -9e-15)
+%!         2.588424538641647e+10, -2e-14)

 ## extra parameters
 %!assert (quadl (@(x,a,b) sin (a + b*x), 0, 1, [], [], 2, 3),



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33863>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]