Skip to content

Commit 4086fd8

Browse files
committed
Fixed clock drift label
1 parent c6301c8 commit 4086fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gnss_lib_py/parsers/clk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ def interpolate_clk(self, navdata, window=6, verbose=False):
160160

161161
row_idx = navdata.argwhere("gnss_sv_id",gnss_sv_id)
162162
navdata["b_sv_m",row_idx] = b_sv_m
163-
navdata["b_dot _sv_mps",row_idx] = b_dot_sv_mps
163+
navdata["b_dot_sv_mps",row_idx] = b_dot_sv_mps

0 commit comments

Comments
 (0)