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

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

[Octave-bug-tracker] [bug #47036] regressions in core m-files due to ism


From: Rik
Subject: [Octave-bug-tracker] [bug #47036] regressions in core m-files due to ismatrix changes
Date: Tue, 02 Feb 2016 18:11:56 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #6, bug #47036 (project octave):

@Colin: I pushed your two patches.  The remaining set of instances to review
is.


./statistics/tests/hotelling_test_2.m:66:  elseif (ismatrix (x))
./statistics/tests/hotelling_test.m:50:  elseif (ismatrix (x))
./plot/draw/tetramesh.m:64:  elseif (! ismatrix (X) || columns (X) != 3)
./plot/draw/tetramesh.m:62:  if (! ismatrix (T) || columns (T) != 4)
./plot/draw/shrinkfaces.m:96:  elseif (ismatrix (p) && nargin >= 2 && ismatrix
(varargin{2}))
./plot/draw/private/__stem__.m:251:      elseif (ismatrix (y))
./plot/draw/private/__plt__.m:255:    elseif (ismatrix (x2))
./plot/draw/private/__plt__.m:252:  elseif (ismatrix (x1))
./plot/draw/private/__plt__.m:247:    elseif (ismatrix (x2))
./plot/draw/private/__contour__.m:78:  if (! ismatrix (z1) || ! ismatrix (x1)
|| ! ismatrix (y1))
./plot/draw/contourc.m:100:  if (! ismatrix (z) || ! ismatrix (x) || !
ismatrix (y))
./plot/util/private/__go_draw_axes__.m:1164:          elseif (ismatrix (xdat)
&& ismatrix (ydat) && ismatrix (zdat))
./plot/util/private/__go_draw_axes__.m:1157:          if (isvector (xdat) &&
isvector (ydat) && ismatrix (zdat))
./geometry/inpolygon.m:51:  if (! (isreal (x) && isreal (y) && ismatrix (y) &&
ismatrix (y)
./geometry/delaunay.m:107:        if (! ismatrix (varargin{1}) || (ncols != 2
&& ncols != 3))
./geometry/delaunay.m:86:      if (! ismatrix (varargin{1})
./image/gray2ind.m:48:  elseif (! ismatrix (I) || ndims (I) < 2)
./image/rgb2hsv.m:65:  if (! ismatrix (rgb) || columns (rgb) != 3 || issparse
(rgb))


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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