[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65928] movfun dimension constraints: shouldn'
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #65928] movfun dimension constraints: shouldn't error for dim > ndims(x), or wlen > size(x, dim), or wlen=1 |
Date: |
Sun, 30 Jun 2024 21:42:03 -0400 (EDT) |
Follow-up Comment #2, bug #65928 (group octave):
those were tests for bug #65927. it passes for me on stable, I'm rebuilding
default now to test. I think markus found bug #65221 which makes inputParser
persistent in movfun on default. I'm not sure how that is creating the error
within the test environment though. that error is what i would expect if
calling
movfun (@mean, a 2, 'dim', 4)
(calling for dim4 operation on a dim3 object). guessing it's something about
the persistent parser change. I'm guessing it may be possible to sidestep the
test failure by splitting that into two %!test blocks, but it shouldn't be
necessary.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65928>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [Octave-bug-tracker] [bug #65928] movfun dimension contstraints: shouldn't error for dim > ndims(x), or wlen > size(x, dim), or wlen=1, Nicholas Jankowski, 2024/06/28
- [Octave-bug-tracker] [bug #65928] movfun dimension contstraints: shouldn't error for dim > ndims(x), or wlen > size(x, dim), or wlen=1, Dmitri A. Sergatskov, 2024/06/29
- [Octave-bug-tracker] [bug #65928] movfun dimension constraints: shouldn't error for dim > ndims(x), or wlen > size(x, dim), or wlen=1, Markus Mützel, 2024/06/30
- [Octave-bug-tracker] [bug #65928] movfun dimension constraints: shouldn't error for dim > ndims(x), or wlen > size(x, dim), or wlen=1,
Nicholas Jankowski <=