-
Notifications
You must be signed in to change notification settings - Fork 230
Deal with batch_downsampling in kilosort4.1.2 #4206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi, this fix seems to be quite important, as kilosort is used by many researchers. Our projects auto test units are continuing failing on I am wondering if the maintainance team can release an expedited release. |
|
I'm ok in cutting a new minor release soon. We have some major PRs that refactor some aspects of the postprocessing module, but they can wait. @chrishalcrow @samuelgarcia maybe next week for a 0.103.2? |
Fixes #4205
KS4.1.2 added a new option,
batch_downsampling. This changes the number of options, and breaks our implementation. This PR deals with it.We could allow users to pass the
batch_downsampling, but KS docs say: "In general, this should be left as the default (using all batches)". So maybe we shouldn't?