Skip to content

Commit ef491b8

Browse files
committed
Load phy channel_group as group
1 parent 584c2ae commit ef491b8

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
@@ -153,7 +153,7 @@ def __init__(
153153
self.extra_requirements.append("pandas")
154154

155155
for prop_name in cluster_info.columns:
156-
if prop_name in ["chan_grp", "ch_group"]:
156+
if prop_name in ["chan_grp", "ch_group", "channel_group"]:
157157
self.set_property(key="group", values=cluster_info[prop_name])
158158
elif prop_name == "cluster_id":
159159
self.set_property(key="original_cluster_id", values=cluster_info[prop_name])

0 commit comments

Comments
 (0)