Alessio Buccino

Results 412 comments of Alessio Buccino
trafficstars

> Hi @AliyaAbl > > I don't the real reason why qtwebengine is unable to show html content, but this command works on my linux computer `env QTWEBENGINE_CHROMIUM_FLAGS="--single-process" phy template-gui...

Git LFS fails if credeintials are not cached, because the Popen asks for credentials. One way of dealing with it could be caching credentials once and for all. (https://stackoverflow.com/questions/5343068/is-there-a-way-to-cache-github-credentials-for-pushing-commits)

@yger happy with this?

@yger 2 things: 1. can you add SpykingCircus2 in the docs (installed sorters)? 2. When `n_jobs=-1`, can you set `n_jobs=os.cpu_count()`? Otherwise it fails on Windows

@yger just pushed some small changes to the docs. Ready to merge on my side. @samuelgarcia ?

> I don't know about making the `HybridUnitsRecording` and `HybridSpikesRecording` the same class. To me it seems that they have very different parameters, and thus would make it harder for...

> @alejoe91 I've made the changes we talked about, but the traces for `HybridUnitsRecording.save(n_jobs>1)` seem to be differ from the original recording for some reason. Any idea what's happening? >...

@DradeAW I fixed tests here: https://github.com/SpikeInterface/spikeinterface/pull/1014 We can merge that small change (I improved the check_json) and then test should be triggered here

Now tests are triggered!

@samuelgarcia this is good to go from my side @DradeAW can you test it one more time to triple check that everything works (and hybrid recordings look good)?