Skip to content

Commit 1d8db7d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 28a60ed commit 1d8db7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/sorters/external/kilosort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def _get_specific_options(cls, ops, params) -> dict:
231231
if params["whiteningRange"] > 32:
232232
n_channels_whitening = params["whiteningRange"] if np.isfinite(params["whiteningRange"]) else "all"
233233
warn(
234-
"Kilosort recommends whitening with 32 or fewer channels. " \
234+
"Kilosort recommends whitening with 32 or fewer channels. "
235235
f"However, you are whitening with {n_channels_whitening} channels."
236236
)
237237

0 commit comments

Comments
 (0)