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

snapshot...

parent 449d0053
No related branches found
No related tags found
No related merge requests found
...@@ -1158,7 +1158,7 @@ def run_mean_std(): ...@@ -1158,7 +1158,7 @@ def run_mean_std():
mean_dct[dname] = mean mean_dct[dname] = mean
std_dct[dname] = std std_dct[dname] = std
[h5f.close() for h5f in ice_h5f] [h5f.close() for h5f in ice_h5f_lst]
[h5f.close() for h5f in no_ice_h5f] [h5f.close() for h5f in no_ice_h5f_lst]
return mean_dct, std_dct return mean_dct, std_dct
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