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

snapshot...

parent d982370f
Branches
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ def analyze(ice_dct, no_ice_dct):
ice_indexes = np.arange(len(ice_times))
ucomm2 = np.setdiff1d(comm2, ice_indexes)
ucomm2 = np.setxor1d(comm2, ice_indexes)
print(ucomm2)
np.random.shuffle(ucomm2)
ucomm2 = ucomm2[0:8000]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment