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

remove dead code

parent e6ebcedf
No related branches found
No related tags found
No related merge requests found
...@@ -545,16 +545,6 @@ def make_for_full_domain_predict(h5f, name_list=None, satellite='GOES16', domain ...@@ -545,16 +545,6 @@ def make_for_full_domain_predict(h5f, name_list=None, satellite='GOES16', domain
cc = [] cc = []
ll = [] ll = []
# for didx, ds_name in enumerate(name_list):
# for j in range(4, n_y-4, 1):
# j_ul = j_0 + j * w_y
# for i in range(4, n_x-4, 1):
# i_ul = i_0 + i * w_x
# if didx == 0:
# ll.append(j_ul)
# cc.append(i_ul)
# grd_dct_n[ds_name].append(grd_dct[ds_name][j_ul:j_ul+w_y, i_ul:i_ul+w_x])
for didx, ds_name in enumerate(name_list): for didx, ds_name in enumerate(name_list):
for j in range(n_y-1): for j in range(n_y-1):
j_ul = j * w_y j_ul = j * w_y
......
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