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

snapshot...

parent a11b351d
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,7 @@ def analyze(ice_dct, no_ice_dct): ...@@ -185,6 +185,7 @@ def analyze(ice_dct, no_ice_dct):
np.random.shuffle(ice_indexes) np.random.shuffle(ice_indexes)
ucomm2 = ice_indexes[comm2 != ice_indexes] ucomm2 = ice_indexes[comm2 != ice_indexes]
ucomm2 = ucomm2[0:8000] ucomm2 = ucomm2[0:8000]
print(ucomm2[0:20])
files_comm = [] files_comm = []
for i in comm2: for i in comm2:
...@@ -192,7 +193,8 @@ def analyze(ice_dct, no_ice_dct): ...@@ -192,7 +193,8 @@ def analyze(ice_dct, no_ice_dct):
files_extra = [] files_extra = []
times_extra = [] times_extra = []
for i in ucomm2.tolist(): for i in ucomm2:
print(i)
files_extra.append(ice_files[i]) files_extra.append(ice_files[i])
times_extra.append(ice_times[i]) times_extra.append(ice_times[i])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment