Skip to content

Commit

Permalink
Load phy channel_group as group
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Sep 5, 2024
1 parent 584c2ae commit ef491b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/extractors/phykilosortextractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def __init__(
self.extra_requirements.append("pandas")

for prop_name in cluster_info.columns:
if prop_name in ["chan_grp", "ch_group"]:
if prop_name in ["chan_grp", "ch_group", "channel_group"]:
self.set_property(key="group", values=cluster_info[prop_name])
elif prop_name == "cluster_id":
self.set_property(key="original_cluster_id", values=cluster_info[prop_name])
Expand Down

0 comments on commit ef491b8

Please sign in to comment.