Skip to content

Commit 124893a

Browse files
committed
fic: kilosort tests
1 parent 834ac84 commit 124893a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/extractors/phykilosortextractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def __init__(
149149
del cluster_info["id"]
150150

151151
if remove_empty_units:
152-
cluster_info = cluster_info.query(f"cluster_id in {unique_unit_ids}")
152+
cluster_info = cluster_info.query(f"cluster_id in {list(unique_unit_ids)}")
153153

154154
# update spike clusters and times values
155155
bad_clusters = [clust for clust in unique_unit_ids if clust not in cluster_info["cluster_id"].values]

0 commit comments

Comments
 (0)