Skip to content

Commit 24be7e0

Browse files
authored
Update nmea.py
1 parent 77008ee commit 24be7e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gnss_lib_py/parsers/nmea.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ def __init__(self, input_path, msg_types=None,
133133
date = field_dict.pop('datestamp')
134134
delta_t = datetime.datetime.combine(datestamp(date), timestamp(time))
135135
field_dict['gps_millis'] = datetime_to_gps_millis(delta_t)
136-
137136
temporary_dictionary_list_df.append(field_dict)
138-
139137
pd_df = pd.DataFrame.from_dict(temporary_dictionary_list_df)
140138
# As per `gnss_lib_py` standards, convert the heading from degrees
141139
# to radians

0 commit comments

Comments
 (0)