You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanted to speed up spikedetect and klustakwik so I spitted my .dat file into multiple files (one for each channel group), and ran klusta with subprocess.Popen. Then all subprocesses uses the same cache file and messes up with strange errors. I work around it with running klusta in separate folders, but it took me a while to figure out why it did not work in the first place, so I thought you should know.
The text was updated successfully, but these errors were encountered:
Hi, I wanted to speed up
spikedetect
andklustakwik
so I spitted my.dat
file into multiple files (one for each channel group), and ranklusta
withsubprocess.Popen
. Then all subprocesses uses the same cache file and messes up with strange errors. I work around it with runningklusta
in separate folders, but it took me a while to figure out why it did not work in the first place, so I thought you should know.The text was updated successfully, but these errors were encountered: