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: Rik
Subject: [Octave-bug-tracker] [bug #40436] median no longer passes make check
Date: Fri, 01 Nov 2013 15:09:45 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

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

I can't reproduce this.

>From the build directory, I did


./run-octave --no-gui
rand ("seed", 2);
a = rand (2,3,4,5);
b = rand (3,4,6,5);
x = sort (a, 4);
y = sort (b, 3);
assert (median (b, 3), (y(:, :, 3, :) + y(:, :, 4, :))/2); 


And it passed without problem.  I tried various combinations with the gui,
with '--no-gui-libs', with '-f' and without, and they all pass.  So I think it
is local to your system.  Maybe you could try setting "debug_on_error (true)"
before running the assert and you could find out why your getting a value that
is 1e+88.

    _______________________________________________________

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]