From 5f6b8a4576a2b9c350ffa013b9d1864e7c31878a Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 1 Nov 2022 18:04:23 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/srcnn_l1b_l2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index c52ca610..fed7d621 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -87,6 +87,7 @@ y_128 = slice(3, 131) #----------- New # x_134_2 = x_134[1:134:2] +# y_134_2 = y_134[1:134:2] # t = np.arange(1, 66, 0.5) # s = np.arange(1, 66, 0.5) #-------------------------- -- GitLab