diff --git a/gnssanalysis/gn_io/sp3.py b/gnssanalysis/gn_io/sp3.py index 74f7883..67ac619 100644 --- a/gnssanalysis/gn_io/sp3.py +++ b/gnssanalysis/gn_io/sp3.py @@ -619,7 +619,7 @@ def gen_sp3_content( + " " # Two blanks (unused), as per spec. Should align with columns 77,78 + flags_df["Maneuver"].astype(str) + flags_df["Orbit_Pred"].astype(str), - # Cast the whole thing to a string for output TODO this seems to do nothing? + # Cast the whole thing to a string for output (disabled as this seems to do nothing?) # dtype=_np.dtype("str"), )