We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b163c48 commit df16878Copy full SHA for df16878
pynapple/process/_process_functions.py
@@ -253,6 +253,6 @@ def _perievent_continuous(
253
for i, slc in enumerate(slice_idx[col_idx]):
254
new_idx[:, i] = np.arange(slc[0], slc[1])
255
256
- new_data_array[st : st + w_size, col_idx2] = data_array[new_idx]
+ new_data_array[w_start : w_start + w_size, col_idx] = data_array[new_idx]
257
258
return new_data_array
0 commit comments