From 81f55fdc791b7e522cd48c873f67aa27b580ae11 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 31 Mar 2022 12:35:28 -0500 Subject: [PATCH] minor... --- modules/aeolus/aeolus_amv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index dc861f14..392cf367 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -1906,7 +1906,6 @@ def match_amvs_to_aeolus(aeolus_dict, amv_files_path, amv_source='OPS', band='14 amvs_da = xr.DataArray(param_nd, coords=coords, dims=dims) match_dict[key].append(amvs_da) - for ds in dataset_s: ds.close() -- GitLab