bugGNU Astronomy Utilities - Bugs: bug #63285, Table not printing anything in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #63285: Table not printing anything in rows of integer columns with 0 value

Submitter:  Mohammad Akhlaghi <makhlaghi>
Submitted:  Fri 28 Oct 2022 06:21:55 PM UTC
   
 
Category:  Table Severity:  3 - Normal
Item Group:  Output not reasonable Status:  Fixed
Privacy:  Public Assigned to:  makhlaghi
Open/Closed:  Closed

Sun 30 Oct 2022 12:08:06 AM UTC, comment #1: 

This bug has been fixed as part of Commit 37ba6dbd6.

Mohammad Akhlaghi <makhlaghi>
Group administrator
Fri 28 Oct 2022 06:21:55 PM UTC, original submission:  

As of Gnuastro 0.19, when an integer column has a value of 0 in a row, it will not be printed in plain-text tables like the example below:


$ cat test.txt
# Column 1: flux [counter, f32] Demo floating point.
# Column 2: area [counter, i32]  Demo Area (can be zero).
1.23   10
3.45   23
5.67   0
7.89   82

$ asttable test.txt
1.230000      10
3.450000      23
5.670000
7.890000      82


Mohammad Akhlaghi <makhlaghi>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makhlaghi (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-10-30 makhlaghi StatusIn Progress Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code