Skip to content

Commit

Permalink
Fix typo (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtburns-jpl authored Aug 8, 2024
1 parent b9f4807 commit 63c1fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dolphin/atmosphere/troposphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def estimate_tropospheric_delay(
if tropo_delay_type.value == "hydrostatic":
delay_type = "hydro"
else:
tropo_files = group_by_date(troposphere_files, ile_date_fmt=file_date_fmt)
tropo_files = group_by_date(troposphere_files, file_date_fmt=file_date_fmt)
tropo_run = compute_pyaps
if tropo_delay_type.value == "hydrostatic":
delay_type = "dry"
Expand Down

0 comments on commit 63c1fe7

Please sign in to comment.