This commit is contained in:
Till Raab 2023-05-26 10:26:29 +02:00
parent 9cc35819a0
commit 11c015b1c2

View File

@ -128,8 +128,8 @@ def permulation_kde(event_dt, repetitions = 2000, max_dt = 60, max_mem_use_GB =
chunk_size = int(np.floor(max_mem_use_GB / (select_event_dt.nbytes * conv_t.size / 1e9)))
chunk_collector =[]
# for _ in range(repetitions // chunk_size):
for _ in range(3):
for _ in range(repetitions // chunk_size):
# for _ in range(3):
chunk_boot_KDE = chunk_permutation(select_event_dt, conv_tt, chunk_size, max_jitter, kernal_w, kernal_h)
chunk_collector.extend(chunk_boot_KDE)
# # array.shape = (120, 100, 15486) = (len(conv_t), repetitions, len(event_dt))