Skip to content

Commit

Permalink
Merge pull request #3368 from alejoe91/load-phy-channel-groups-as-si-…
Browse files Browse the repository at this point in the history
…groups

Load phy channel_group as group
  • Loading branch information
alejoe91 authored Sep 5, 2024
2 parents 8aaf19c + ef491b8 commit 24f0541
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 24f0541

Please sign in to comment.