Skip to content

Commit ad8b1fc

Browse files
committed
yep
1 parent e012094 commit ad8b1fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/spikeinterface/core/baserecordingsnippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def set_probe(self, probe, group_mode="auto", in_place=False):
7171
The probe(s) to be attached to the recording
7272
group_mode: "auto" | "by_probe" | "by_shank" | "by_side", default: "auto"
7373
How to add the "group" property.
74-
"auto" is the best splitting possible that can be all at once when multiple, probe with multiple shanks and 2 sides.
74+
"auto" is the best splitting possible that can be all at once when multiple probes, multiple shanks and two sides are present.
7575
in_place: bool
7676
False by default.
7777
Useful internally when extractor do self.set_probegroup(probe)
@@ -105,7 +105,7 @@ def _set_probes(self, probe_or_probegroup, group_mode="auto", in_place=False):
105105
The probe(s) to be attached to the recording
106106
group_mode: "auto" | "by_probe" | "by_shank" | "by_side", default: "auto"
107107
How to add the "group" property.
108-
"auto" is the best splitting possible that can be all at once when multiple, probe with multiple shanks and 2 sides.
108+
"auto" is the best splitting possible that can be all at once when multiple probes, multiple shanks and two sides are present.
109109
in_place: bool
110110
False by default.
111111
Useful internally when extractor do self.set_probegroup(probe)

0 commit comments

Comments
 (0)