Skip to content

Commit ac8f0eb

Browse files
author
Alvaro Arroyo Parejo
committed
hotfix 1.3 columns deleted in risk_list
1 parent cf690f2 commit ac8f0eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ESANEOCC/lists.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ def parse_risk(data_byte_d):
269269
neocc_lst = neocc_lst.drop(['Years'], axis=1)
270270
# Reorder columns
271271
neocc_lst = neocc_lst[['Object Name', 'Diameter in m', '*=Y',
272-
'Date/Time', 'IP max', 'PS max',
273-
'First year', 'Last year', 'IP cum',
274-
'PS cum']]
272+
'Date/Time', 'IP max', 'PS max', 'TS',
273+
'Vel in km/s', 'First year', 'Last year',
274+
'IP cum', 'PS cum']]
275275

276276
# Adding metadata
277277
neocc_lst.help = ('Risk lists contain a data frame with the '

0 commit comments

Comments
 (0)