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

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

[Octave-bug-tracker] [bug #59850] Add missing function "uniquetol"


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59850] Add missing function "uniquetol"
Date: Mon, 22 Mar 2021 05:27:05 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 Edg/89.0.774.57

Follow-up Comment #28, bug #59850 (project octave):

Thanks for the quick reaction.

The results in newer versions of Matlab might have changed (or the BIST might
have been wrong from the start). With Matlab R2021a:

>> size (uniquetol (zeros (1, 0)))

ans =

     1     0

>> size (uniquetol (zeros (1, 0), 'byrows', true))

ans =

     1     0


Please, let us know if you'd like to see the results of other specific tests
in Matlab.

I haven't tested the last patch yet. But it believe that with that change, a
user might see an unhelpful error message if they try to execute `uniquetol
(1:3, "byrows")`.
Would it be possible to move the new check lower (to where `by_rows` is
already known) and use that value instead?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59850>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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