Kilosort icon indicating copy to clipboard operation
Kilosort copied to clipboard

iseed error in kilosort3 learnAndSolve8b

Open nmtimme opened this issue 5 years ago • 2 comments

I'm receiving the following error when I run the eMouse_drift test in kilosort3:

Unrecognized function or variable 'iseed'.

Error in learnAndSolve8b (line 6) rng(iseed);

I believe this can easily be fixed by changing iseed to iorder. Line 6 of learnAndSolve8b becomes:

rng(iorder);

nmtimme avatar Feb 02 '21 20:02 nmtimme

Sorry, I haven't updated that for Kilosort3 yet. "learnAndSolve8b" is no longer used.

marius10p avatar Feb 03 '21 00:02 marius10p

Sorry, I haven't updated that for Kilosort3 yet. "learnAndSolve8b" is no longer used.

Hi, I want to learn the code with some demos, so I tried emouse_drift. but it doesn't work. It seems you havn't updated emouse folder? Is there any other demos that I can play with?

BrainOdyssey2050 avatar Sep 11 '21 02:09 BrainOdyssey2050