Skip to content

Commit df16878

Browse files
committed
last fix
1 parent b163c48 commit df16878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynapple/process/_process_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,6 @@ def _perievent_continuous(
253253
for i, slc in enumerate(slice_idx[col_idx]):
254254
new_idx[:, i] = np.arange(slc[0], slc[1])
255255

256-
new_data_array[st : st + w_size, col_idx2] = data_array[new_idx]
256+
new_data_array[w_start : w_start + w_size, col_idx] = data_array[new_idx]
257257

258258
return new_data_array

0 commit comments

Comments
 (0)