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

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

[Octave-bug-tracker] [bug #34234] two tests fail in speed.m (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34234] two tests fail in speed.m (MinGW)
Date: Thu, 08 Sep 2011 04:13:05 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

Follow-up Comment #1, bug #34234 (project octave):

For the first test,


octave:41>  [order, n, T_f1, T_f2] = speed ("airy (x)", "x = rand (n, 10)",
[100, 1000])
order =

  scalar structure containing the fields:

    p =  1.0594
    a = 3.9284e-006

n =

    100    118    139    164    193    228    268    316    373    439    518 
  611    720    848   1000

T_f1 =

  9.9993e-004  9.9993e-004  9.9993e-004  9.9993e-004  9.9993e-004  9.9993e-004
 1.9999e-003  1.9999e-003  1.9999e-003  2.0001e-003  3.0000e-003  3.9999e-003 
3.9999e-003  5.0001e-003  6.0000e-003

T_f2 =

   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0


size of 'n' seems to be [1 15] ????

For the second test,


octave:42> [order, n, T_f1, T_f2] = speed ("sum (x)", "", [100, 1000], "v = 0;
for i = 1:length (x), v += x(i); end")
error: speed: subscript indices must be either positive integers or logicals
error: called from:
error:  
e:usrTatsumingwhomeoctavesOctBuildhg-devel....hgoctave-workscriptstestfunspeed.m
at line 256, column 5


????

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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