Skip to content

Commit 0e5f50f

Browse files
samuelgarciazm711
andauthored
merci zach
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 9cf9377 commit 0e5f50f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/spikeinterface/postprocessing/localization_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,14 +667,14 @@ def compute_location_max_channel(
667667
"""
668668
Localize a unit using max channel.
669669
670-
This use inetrnally get_template_extremum_channel()
670+
This uses interrnally `get_template_extremum_channel()`
671671
672672
673673
Parameters
674674
----------
675675
templates_or_sorting_analyzer : SortingAnalyzer | Templates
676676
A SortingAnalyzer or Templates object
677-
unit_ids: str | int | None
677+
unit_ids: list[str] | list[int] | None
678678
A list of unit_id to restrict the computation
679679
peak_sign : "neg" | "pos" | "both"
680680
Sign of the template to find extremum channels

0 commit comments

Comments
 (0)