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: John Donoghue
Subject: [Octave-bug-tracker] [bug #54622] test importdata fails in dev octave with windows
Date: Tue, 11 Sep 2018 10:37:52 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134

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

With the patch from comment #50, I get a consistent result of:

d = dlmread('c:\octave\num.txt', '\t', 0,0, "emptyvalue", NA)

d =

     3.1000        Inf         NA
       -Inf        NaN   128.0000

Note the diffence of Nan vs NA, hoever running test importdata now passes.

But:

>> d = importdata ('c:\octave\num.txt', '\t')
d =

     3.1000        Inf         NA
       -Inf        NaN   128.0000

>>


    _______________________________________________________

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]