From 49264ea761484c8c95f0f08b4c9e217a186dc2f5 Mon Sep 17 00:00:00 2001 From: Nicholas Esposito Date: Thu, 21 Sep 2023 11:03:25 -0400 Subject: [PATCH] more coding norms --- ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py b/ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py index 7b6d7001d..4f010850f 100755 --- a/ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py +++ b/ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py @@ -181,7 +181,7 @@ def bufr_to_ioda(config): # Create the dimensions dims = { - 'Location': np.arange(0, lat.shape[0]), + 'Location': np.arange(0, lat.shape[0]), } iodafile = f"{cycle_type}.t{hh}z.{data_type}.{data_format}.nc"