Skip to content

Commit

Permalink
Adjust comment in baserecordingextractorinterface.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com>
  • Loading branch information
magland and CodyCBakerPhD authored Nov 10, 2023
1 parent 3a27e52 commit 9983099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def set_probe(self, probe, *, group_mode: Union[Literal["by_shank"], Literal["by
group_mode=group_mode,
)
# Spike interface sets the "group" property
# Buy neuroconv expects "group_name" to be set
# But neuroconv allows "group_name" property to override spike interface "group" value
self.recording_extractor.set_property("group_name", self.recording_extractor.get_property("group").astype(str))

def align_by_interpolation(
Expand Down

0 comments on commit 9983099

Please sign in to comment.