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

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

[Octave-bug-tracker] [bug #54622] test importdata fails in dev octave wi


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #54622] test importdata fails in dev octave with windows
Date: Tue, 11 Sep 2018 15:08:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #59, bug #54622 (project octave):

When the input file is 

1.5,1+j,4

the importdata result is


octave:1> importdata ('tst_1_1j.txt', ',')
ans =

   1.5000   1.0000   4.0000



with no mention of NA failures of the underlying dlmread.  That is, this
result shouldn't be 1.0000 but either 1.0000 + 1.0000j or NA and a textdata
cell of "1+1j".

So, I don't think this is quite correct or consistent just yet.  We need to do
Rik's BIST-driven verification here, I think.  :-)

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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