[Bugzilla] [Bug 15437] Oscar van der Velde has changed cc
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Tue Mar 6 04:56:47 CET 2018
https://bugzilla.scilab.org/show_bug.cgi?id=15437
--------- Bug Summary -----------
csvRead : wrong EndOfLine management with header optional argument
---------- Changed by ------------
oscarvdvelde at yahoo.com
---------- What changed ----------
cc
Oscar van der Velde <oscarvdvelde at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oscarvdvelde at yahoo.com
--- Comment #1 from Oscar van der Velde <oscarvdvelde at yahoo.com> ---
I confirm this. Example CSV file first lines:
NARR3D_201711_2224.vandervelde284472 - Grid Skew-T 2017-11-22 06:00:00Z
AirPressure [hPa],Altitude [m],AirTemperature [°C],DewPoint [°C],WesterlyWind [m/s],SoutherlyWind [m/s]
100.0,16220.635,-80.624275,-87.82897,1.8980532,-1.7719269
125.0,14798.65,-75.520424,-82.59568,6.6764746,-0.52545166
150.0,13637.455,-67.65185,-74.4463,4.585495,-2.3138123
Reading it:
M=csvRead(sounfolder+file_to_process, ',', [], "double", [], [], [], 2)
M =
0. 16220.635 -80.624275 -87.82897 1.8980532 -1.7719269
125. 14798.65 -75.520424 -82.59568 6.6764746 -0.5254517
150. 13637.455 -67.65185 -74.4463 4.585495 -2.3138123
The 0 should be 100.
Same command on 6.0.0 worked fine.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180306/56c045c3/attachment.htm>
More information about the Bugzilla
mailing list