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

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

[Octave-bug-tracker] [bug #61358] dlmread fails to read NA values on arm


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #61358] dlmread fails to read NA values on arm64
Date: Wed, 27 Oct 2021 11:41:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0

Follow-up Comment #7, bug #61358 (project octave):

I am not the OP, but I have Fedora 35 on RaspberryPi
(cortexa72p)


 ./run-octave 
GNU Octave, version 7.0.0
Copyright (C) 2020 The Octave Project Developers.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "aarch64-unknown-linux-gnu".

Additional information about Octave is available at https://www.octave.org.

Please contribute if you find this software useful.
For more information, visit https://www.octave.org/get-involved.html

Read https://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

octave:1> fid = fopen ("NA.csv", "wt");
fdisp (fid, "1,NA,3");
fdisp (fid, "4,NaN,6");
fclose (fid);

data = dlmread ("NA.csv", ',')
data =

     1     0     3
     4   NaN     6

octave:6> __octave_config_info__ ("hg_id")
ans = 3da14aa5dbac 



Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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