Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Jan 15, 2025
2 parents a690059 + 21a8359 commit 91eea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sortingcomponents/clustering/split.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def split_clusters(
jobs.append(pool.submit(split_function_wrapper, peak_indices, recursion_level))
if progress_bar:
pbar.total += 1

if progress_bar:
pbar.close()
del pbar
Expand Down

0 comments on commit 91eea82

Please sign in to comment.