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:31:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

I forgot to fully recompile, so the NaN+Infj case is cleared up with a
rebuild.  However,

1.5,1+j,4

fails still.  On the other hand, the following works

1.5,1+1j,4


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

   1.5000 + 0.0000i   1.0000 + 1.0000i   4.0000 + 0.0000i



So, we have an issue still with dlmread interpretting a standalone i/j/I/J. 
I'll look into this, but I wonder if perhaps we should be doing some code
reuse here with some small routine in the core parser rather than redoing
if/then statement.

    _______________________________________________________

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]