Skip to content

Commit

Permalink
change or to | in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalcrow committed Dec 5, 2024
1 parent 96da22f commit 10d459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/postprocessing/unit_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ComputeUnitLocations(AnalyzerExtension):
----------
sorting_analyzer : SortingAnalyzer
A SortingAnalyzer object
method : "monopolar_triangulation" or "center_of_mass" or "grid_convolution", default: "monopolar_triangulation"
method : "monopolar_triangulation" | "center_of_mass" | "grid_convolution", default: "monopolar_triangulation"
The method to use for localization
**method_kwargs : dict, default: {}
Kwargs which are passed to the method function. These can be found in the docstrings of `compute_center_of_mass`, `compute_grid_convolution` and `compute_monopolar_triangulation`.
Expand Down

0 comments on commit 10d459f

Please sign in to comment.