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

fix bug

parent 505b6f54
Branches
No related tags found
No related merge requests found
......@@ -1444,7 +1444,7 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
param_s = []
for param in clvrx_params:
param_s.append(ds[param][:,:])
param_nd = np.vstack(param_s)
param_nd = np.stack(param_s, axis=0)
ds.close()
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment