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

minor...

parent 8c785266
Branches
No related tags found
No related merge requests found
...@@ -342,7 +342,7 @@ def make_for_full_domain_predict(clvrx_file, name_list=l1b_ds_list): ...@@ -342,7 +342,7 @@ def make_for_full_domain_predict(clvrx_file, name_list=l1b_ds_list):
for didx, ds_name in enumerate(name_list): for didx, ds_name in enumerate(name_list):
grd_dct[ds_name] = np.stack(grd_dct_n[ds_name]) grd_dct[ds_name] = np.stack(grd_dct_n[ds_name])
return grd_dct return grd_dct, grd_dct[name_list[0]].shape[0]
def analyze(ice_dct, no_ice_dct): def analyze(ice_dct, no_ice_dct):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment