I just noticed:
test median
***** assert (median (b, 3), (y(:, :, 3, :) + y(:, :, 4, :))/2);
!!!!! test failed
ASSERT errors for: assert (median (b, 3),(y (:, :, 3, :) + y (:, :, 4, :)) / 2)
Location | Observed | Expected | Reason
(3,1,1,2) -9.636522889796727e+152 0.6608 Abs err 9.6365e+152 exceeds tol 0
(3,2,1,4) 0.3473595976829529 0.8 Abs err 0.45264 exceeds tol 0
shared variables
scalar structure containing the fields:
(this is with the latest gnulib update, though I am not sure the
problem was not there before)
Dmitri.
--