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

snapshot...

parent f1c2bb55
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,6 @@ def run_mean_std(directory):
h5f = h5py.File(mfile, 'r')
for param in mod_res_params:
name = 'observation_data/'+param
print(name)
gvals = get_grid_values_all(h5f, name, range_name=None, stride=10)
data_dct[param].append(gvals.flatten())
print(mfile)
......
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