We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834ac84 commit 124893aCopy full SHA for 124893a
1 file changed
src/spikeinterface/extractors/phykilosortextractors.py
@@ -149,7 +149,7 @@ def __init__(
149
del cluster_info["id"]
150
151
if remove_empty_units:
152
- cluster_info = cluster_info.query(f"cluster_id in {unique_unit_ids}")
+ cluster_info = cluster_info.query(f"cluster_id in {list(unique_unit_ids)}")
153
154
# update spike clusters and times values
155
bad_clusters = [clust for clust in unique_unit_ids if clust not in cluster_info["cluster_id"].values]
0 commit comments