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

minor...

parent 8c785266
No related branches found
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):
for didx, ds_name in enumerate(name_list):
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):
......
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