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

snapshot...

parent cb362db8
Branches
No related tags found
No related merge requests found
...@@ -1172,7 +1172,7 @@ def run_mean_std(): ...@@ -1172,7 +1172,7 @@ def run_mean_std():
mean = (mean_i + 3*mean_ni)/4 mean = (mean_i + 3*mean_ni)/4
std = (std_i + 3*std_ni)/4 std = (std_i + 3*std_ni)/4
print(dname,': ', data_i.shape, data_ni.shape, mean, mean_i, mean_ni, std, std_i, std_ni) print(dname,': ', mean, mean_i, mean_ni, std, std_i, std_ni)
mean_dct[dname] = mean mean_dct[dname] = mean
std_dct[dname] = std std_dct[dname] = std
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment