Skip to content

Commit

Permalink
NPI-3688 remove todo after checking functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
treefern committed Jan 30, 2025
1 parent caac791 commit 6fa2f97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gnssanalysis/gn_io/sp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,8 +1236,6 @@ def gen_sp3_header(sp3_df: _pd.DataFrame, output_comments: bool = False, strict_
if (short_by_lines := 4 - len(sp3_comment_lines)) > 0:
sp3_comment_lines.extend([SP3_COMMENT_START] * short_by_lines)

# TODO check the above this appends lines, not an array of lines - write test for this.

# Put the newlines back on the end of each comment line, before merging into the output header
sp3_comment_lines = [line + "\n" for line in sp3_comment_lines]
return "".join(line1 + line2 + sats_header.tolist() + sv_orb_head.tolist() + head_c + head_fi + sp3_comment_lines)
Expand Down

0 comments on commit 6fa2f97

Please sign in to comment.