Skip to content

Commit

Permalink
doc: Remove initial DZ: from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldmaj committed Aug 16, 2024
1 parent 5d067f0 commit 9400dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnssanalysis/gn_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ def download_product_from_cddis(
:param str if_file_present: What to do if file already present: "replace", "dont_replace", defaults to "prompt_user"
:raises FileNotFoundError: Raise error if the specified file cannot be found on CDDIS
"""
# DZ: Download the correct IGS FIN ERP files
# Download the correct IGS FIN ERP files
if file_ext == "ERP" and analysis_center == "IGS" and solution_type == "FIN": # get the correct start_epoch
start_epoch = GPSDate(str(start_epoch))
start_epoch = gpswkD2dt(f"{start_epoch.gpswk}0")
Expand Down

0 comments on commit 9400dae

Please sign in to comment.