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

snapshot...

parent bf2964e8
No related branches found
No related tags found
No related merge requests found
......@@ -1144,7 +1144,7 @@ def run_mean_std():
data = []
for dname in ds_list:
for ice_h5f, idx in enumerate(ice_h5f_lst):
for idx, ice_h5f in enumerate(ice_h5f_lst):
no_ice_h5f = no_ice_h5f_lst[idx]
data.append(ice_h5f[dname][:,].flatten())
data.append(no_ice_h5f[dname][:,].flatten())
......
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