Skip to content

Commit

Permalink
switch back to see if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale committed Jan 8, 2025
1 parent 80223d1 commit f8d39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/RAiDER/cli/raider.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def calcDelaysGUNW(iargs: Optional[list[str]] = None) -> Optional[xr.Dataset]:

if (
args.file is not None and
[args.weather_model == 'HRRR' or args.weather_model == 'AUTO'] and
args.weather_model == 'HRRR' and
args.interpolate_time == 'azimuth_time_grid'
):
gunw_id = args.file.name.replace('.nc', '')
Expand Down

0 comments on commit f8d39d9

Please sign in to comment.