Skip to content

Commit b163c48

Browse files
committed
linting
1 parent 951dcd7 commit b163c48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pynapple/process/_process_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ def _perievent_continuous(
246246

247247
w_sizes = slice_idx[:, 1] - slice_idx[:, 0] # Different sizes
248248

249-
all_w_sizes = np.unique(w_sizes)
250-
251249
unique_pairs = np.unique(np.column_stack([w_sizes, w_starts]), axis=0)
252250
for w_size, w_start in unique_pairs:
253251
col_idx = (w_sizes == w_size) & (w_starts == w_start)

0 commit comments

Comments
 (0)