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

updates for icing intensity

parent 28cefa07
Branches
No related tags found
No related merge requests found
......@@ -440,7 +440,8 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct):
ice_times_1 = ice_times_1[0:5000]
ice_times = np.concatenate([ice_times_5_6, ice_times_1, ice_times_2, ice_times_3, ice_times_4])
uniq_sorted, _, _, _ = np.unique(ice_times)
uniq_sorted = np.unique(ice_times)
print(ice_times.shape, uniq_sorted.shape)
no_ice_times = np.array(no_ice_times)
neg_ice_times = np.array(neg_ice_times)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment