Skip to content
Snippets Groups Projects
Commit db5a80f9 authored by tomrink's avatar tomrink
Browse files

minor

parent f2563282
No related branches found
No related tags found
No related merge requests found
......@@ -1493,6 +1493,7 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
keys = list(aeolus_dict.keys())
cnt = 0
last_f_idx = -1
param_nd = None
dataset = None
......@@ -1531,6 +1532,8 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
param_nd = np.stack(data, axis=0)
match_dict[cnt] = (key, cc, ll, f_idx, prof, param_nd)
cnt += 1
for ds in dataset_s:
ds.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment