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: Thu, 6 Sep 2018 18:15:53 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

Oh yeah, that's right.  Well, actually looking at the result you posted, it
suggests two conflated issues.  Note how dlmread() doesn't quite provide the
whole interpretation:


data = dlmread ('test.txt', '\t', 0, 0, "emptyvalue", NA);

returns

3.1000 Inf NA
-Inf NA 128.0000 


The NaN is not processed as expected upon success in

"NA".https://savannah.gnu.org/bugs/index.php?54622#comment5

According to the link

https://stackoverflow.com/questions/1923837/how-to-use-nan-and-inf-in-c

this particular compiler/library must have support for INFINITY then, but not
NAN.

Something about the mode when opening or some directive about how escape
sequences are treated.  Hmm.

    _______________________________________________________

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]