Skip to content

Commit

Permalink
NPI-3547 better comment on inactive dtype setting
Browse files Browse the repository at this point in the history
  • Loading branch information
treefern committed Oct 16, 2024
1 parent bb11b9e commit 6147b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnssanalysis/gn_io/sp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)

Expand Down

0 comments on commit 6147b27

Please sign in to comment.