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

minor

parent 24525a3b
No related branches found
No related tags found
No related merge requests found
...@@ -2045,7 +2045,7 @@ def create_file_new(match_dct, filename, amv_params): ...@@ -2045,7 +2045,7 @@ def create_file_new(match_dct, filename, amv_params):
for pidx, param in enumerate(amv_params): for pidx, param in enumerate(amv_params):
nda = param_nd[pidx,] nda = param_nd[pidx,]
cnt = nda.shape[0] cnt = nda.shape[0]
nc4_vars[pidx][idx, 0:cnt-1,] = nda nc4_vars[pidx][idx, 0:cnt,] = nda
idx += 1 idx += 1
rg_exmpl.close() rg_exmpl.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