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

snapshot...

parent 13423a7c
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ ds_grd_dct = {name: [] for name in ds_list}
def setup():
ice_dict, no_ice_dict = pirep_icing(pirep_file)
print('num obs: ice, no ice', len(ice_dict), len(no_ice_dict))
return ice_dict, no_ice_dict
......@@ -193,7 +192,7 @@ def analyze(ice_dct, no_ice_dct):
files_extra = []
times_extra = []
for i in ucomm2:
for i in ucomm2.tolist():
files_extra.append(ice_files[i])
times_extra.append(ice_times[i])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment