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

snapshot...

parent c831aa94
Branches
No related tags found
No related merge requests found
......@@ -188,6 +188,9 @@ def analyze(ice_dct, no_ice_dct):
np.random.shuffle(ice_indexes)
print(ice_indexes.shape)
obj = comm2 != ice_indexes
print(obj.shape)
ucomm2 = ice_indexes[comm2 != ice_indexes]
print(ucomm2.shape)
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