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

minor

parent 1d311410
No related branches found
No related tags found
No related merge requests found
......@@ -539,8 +539,8 @@ def process(ice_dct, no_ice_dct, neg_ice_dct):
print('1: ', ice_keys_1.shape[0])
print('0: ', no_intensity_cnt)
ice_keys = np.concatenate([ice_keys_5_6, ice_keys_1, ice_keys_2, ice_keys_3, ice_keys_4])
ice_tidx = np.concatenate([ice_tidx_5_6, ice_tidx_1, ice_tidx_2, ice_tidx_3, ice_tidx_4])
ice_keys = np.concatenate([ice_keys_1, ice_keys_2, ice_keys_3, ice_keys_4, ice_keys_5_6])
ice_tidx = np.concatenate([ice_tidx_1, ice_tidx_2, ice_tidx_3, ice_tidx_4, ice_tidx_5_6])
print('icing total reduced: ', ice_tidx.shape)
sidxs = np.argsort(ice_keys)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment