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

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

[Octave-bug-tracker] [bug #30923] OO code failing under 3.3.52+


From: Jaroslav Hajek
Subject: [Octave-bug-tracker] [bug #30923] OO code failing under 3.3.52+
Date: Wed, 01 Sep 2010 11:10:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2

Update of bug #30923 (project octave):

              Item Group:                   Crash => Incorrect Result       
                  Status:                   Fixed => Invalid                

    _______________________________________________________

Follow-up Comment #2:

Sorry, I was confused by those two reports. However, this is not a bug in
Octave, but rather in the dataframe package. Octave is right to gripe here
because numel() indicates that x.rownames should produce a cs-list (of length
70):

Effectively, this is a design defect of Matlab and there is no way around it.
If you want x.rownames = [] to work, then numel(x) must return 1.

octave:1> x=dataframe('data_test.csv'); 
octave:2> numel(x)
ans =  70


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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