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

snapshot...

parent c7b9d9ca
Branches
No related tags found
No related merge requests found
......@@ -184,7 +184,6 @@ def analyze(ice_dct, no_ice_dct):
ice_indexes = np.arange(len(ice_times))
ucomm2 = np.setxor1d(comm2, ice_indexes)
print(ucomm2)
np.random.shuffle(ucomm2)
ucomm2 = ucomm2[0:8000]
......@@ -199,7 +198,7 @@ def analyze(ice_dct, no_ice_dct):
times_extra.append(ice_times[i])
files = files_comm + files_extra
times = ice_times.tolist() + times_extra
times = itrsct_vals.tolist() + times_extra
times = np.array(times)
sidxs = np.argsort(times)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment