kshtjkumar
kshtjkumar
it did work, but it is ver very slow!
so basically last time also when i tried the n_jobs argument it gave this error, previous run was executed without mentioning the n_jobs, so by default it took that as...
i just removed the n_jobs argument.
no after updating to 0.100.6 , i ran this command : `ss.run_sorter("mountainsort5", rec_ecog_ref, output_folder=output_folder, n_jobs=1)` but it gave the error : `AttributeError: Bad parameters: ['n_jobs']` So i ran this command:...
> If you type > > ``` > si.get_global_job_kwargs > ``` > > What does it say? Because it was saying that it wasn't letting you change the `n_jobs` in...
reinstalled spikeinterface from source and then this is the error I get : ``` SpikeSortingError Traceback (most recent call last) Cell In[43], line 7 3 recording_notch_ecog = spre.notch_filter(recording_ecog,q = 50)...
hi @remrama, I tried the SleepStgaing function written in #72, but since am new to this am not sure if I have made an error or something is missing, I...
> Also, just to confirm? Are you using the intan format where all the data is in a single file, right? That is, all your data is on the rhs...
> @kshtjkumar, it looks like the memmap is failing. > > Is it possible this file is corrupted? What version of RHS is it? We haven't updated the RHS portion...