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

snapshot...

parent e2c32333
Branches
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ def analyze(ice_dct, no_ice_dct): ...@@ -184,7 +184,7 @@ def analyze(ice_dct, no_ice_dct):
ice_indexes = np.arange(len(ice_times)) ice_indexes = np.arange(len(ice_times))
ucomm2 = np.setdiff1d(comm2, ice_indexes) ucomm2 = np.setdiff1d(comm2, ice_indexes)
print(ucomm2.shape) print(ucomm2)
np.random.shuffle(ucomm2) np.random.shuffle(ucomm2)
ucomm2 = ucomm2[0:8000] 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