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

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

[Octave-bug-tracker] [bug #40436] median no longer passes make check


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #40436] median no longer passes make check
Date: Thu, 31 Oct 2013 20:34:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

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

This appears to be a problem in assert since 
median(b,3) == (y(:, :, 3, :) + y(:, :, 4, :))/2

produces the same result in both systems.
The results of the above is:
ans =

ans(:,:,1,1) =

   1   1   1   1
   1   1   1   1
   1   1   1   1

ans(:,:,1,2) =

   1   1   1   1
   1   1   1   1
   1   1   1   1

ans(:,:,1,3) =

   1   1   1   1
   1   1   1   1
   1   1   1   1

ans(:,:,1,4) =

   1   1   1   1
   1   1   1   1
   1   1   1   1

ans(:,:,1,5) =

   1   1   1   1
   1   1   1   1
   1   1   1   1



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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