From f8d39d91542571ad01ed2f7fb569c1078bb6983e Mon Sep 17 00:00:00 2001 From: jacquelynsmale Date: Wed, 8 Jan 2025 10:37:21 -0900 Subject: [PATCH] switch back to see if tests pass --- tools/RAiDER/cli/raider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/RAiDER/cli/raider.py b/tools/RAiDER/cli/raider.py index 1cc51030..3f3338dc 100644 --- a/tools/RAiDER/cli/raider.py +++ b/tools/RAiDER/cli/raider.py @@ -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', '')