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

snapshot...

parent a00bf80e
Branches
No related tags found
No related merge requests found
......@@ -778,7 +778,9 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
grd_c = get_grid_values_all(h5f, label_param)
grd_c = grd_c[y_0:y_0+sub_y, x_0:x_0+sub_x]
hr_grd_c = grd_c.copy()
hr_grd_c = np.where(np.isnan(hr_grd_c), 0, grd_c)
hr_grd_c = hr_grd_c[y_128, x_128]
# hr_grd_c = smooth_2d_single(hr_grd_c, sigma=1.0)
grd_c = np.where(np.isnan(grd_c), 0, grd_c)
grd_c = grd_c.copy()
# grd_c = smooth_2d_single(grd_c, sigma=1.0)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment