We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afebab commit 15f3fdeCopy full SHA for 15f3fde
1 file changed
gnss_lib_py/navdata/navdata.py
@@ -875,7 +875,7 @@ def __iter__(self):
875
876
Returns
877
-------
878
- self: gnss_lib_py.navdata.navdata
+ self: gnss_lib_py.navdata.navdata.NavData
879
Instantiation of NavData class with iteration initialized
880
"""
881
self.curr_col = 0
@@ -887,7 +887,7 @@ def __next__(self):
887
888
889
890
- x_curr : gnss_lib_py.navdata.navdata
+ x_curr : gnss_lib_py.navdata.navdata.NavData
891
Current column (based on iteration count)
892
893
if self.curr_col >= self.num_cols:
0 commit comments