Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 19, 2024
1 parent 3ea2f3d commit eb8f607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/basesorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def _custom_cache_spike_vector(self) -> None:
Function that can be implemented by some children sorting to quickly
cache the spike vector without computing it from spike trains
(e.g. computing it from a sorting parent).
This function should set the `self._cached_spike_vector`, see for
This function should set the `self._cached_spike_vector`, see for
instance the `UnitsSelectionSorting` implementation.
"""
pass
Expand Down

0 comments on commit eb8f607

Please sign in to comment.