LeMuellerGuy

Results 12 comments of LeMuellerGuy

I have encountered the same problem running spyking circus 2 on windows (running 0.99.0.dev0). I have narrowed it down to this section of code in the `random_projections.py` file (lines 196...

I reran spykingcircus2 on the 0.100.0.dev version but the issue is still present

On line 126 in basesorter.py: Translation of error message: The process can't access the file because it is being used by another process ``` Exception has occurred: PermissionError [WinError 32]...

I will have a deeper look at things tomorrow since it is quite late here already. I'll test some other sorters too.

I reran the same code from yesterday evening again and it (thankfully) produced the same result as @zm711. It worked on the first time and crashed on folder initialization the...

@GabrielGaugain as far as I know the polyorder error you got running in what I assume is Spyking Circus 2 is related to the savgol filter that (was?) used in...

Thanks for reaching out, but I think the link you posted may be broken as it links back to this issue for me. Were you referring to this PR? https://github.com/SpikeInterface/spikeinterface/pull/3505....

I created a PR in #1703.

Hi Zach, I tried to answer your comments and improve the style of the code a little. I'm pretty new to creating PRs on public repos so I'm guessing that...

Hey again, I created a data slice that basically represent a single well, single segment recording that contains the mismatch between routed channels and mapped channels. It's only 100 datapoints...