Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pykilosort/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def validate_deterministic_mode(cls, v, values):
nfilt_factor: int = Field(
4, description="max number of clusters per good channel (even temporary ones)"
)
ntbuff = Field(
ntbuff: int = Field(
64,
description="""
samples of symmetrical buffer for whitening and spike detection
Expand Down