Skip to content

Commit d169ac5

Browse files
committed
Minor docs updates
1 parent 9d2a5e0 commit d169ac5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

gnss_lib_py/parsers/android.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ def __init__(self, input_path, remove_bad_measures=True):
3030
input_path : string
3131
Path to measurement csv file
3232
33+
remove_bad_measures : bool
34+
Flag for whether to remove measures that are too close or
35+
too far away in time. Code from the competition hosts used
36+
to implement changes
37+
3338
Notes
3439
-----
3540
Removes duplicate rows using correction 5 from competition hosts
@@ -223,7 +228,7 @@ def _row_map():
223228
class AndroidGroundTruth2022(AndroidGroundTruth2021):
224229
"""Class handling ground truth from Android dataset.
225230
226-
Inherits from AndroidDerivedGt2021().
231+
Inherits from AndroidGroundTruth2021().
227232
"""
228233

229234
def postprocess(self):

0 commit comments

Comments
 (0)