Heberto Mayorquin
Heberto Mayorquin
So we have been battling this for a while. Our access pattern of nwb when using the hdf5 backend directly (instead of the pynwb API) leaves files references dangling. When...
Following up a @zm711 request in #2797: https://github.com/SpikeInterface/spikeinterface/pull/2797#discussion_r1589532970 The errors now tell the user explictly what went wrong.
Like https://github.com/SpikeInterface/spikeinterface/issues/2789 but for UnitAggregation. Currently it does not: ```python from spikeinterface.core import generate_sorting sorting1 = generate_sorting(num_units=3) sorting1 = sorting1.rename_units(new_unit_ids=["unit1", "unit2", "unit3"]) sorting2 = generate_sorting(num_units=3) sorting2 = sorting2.rename_units(new_unit_ids=["unit4", "unit5", "unit6"])...
- [x] Add windows and macos to the CI. https://github.com/SpikeInterface/spikeinterface/pull/2937 - [x] Add caching jobs for each os https://github.com/SpikeInterface/spikeinterface/pull/3075 - [x] Drop caching of dependencies. https://github.com/SpikeInterface/spikeinterface/pull/3080 - [x] Add machinery...
OK, I have been very busy but been meaning to this since #3053 and #2958 We should add an IO tutorial were we explain was is the way that we...
We are not able -and it is not probably a good idea- to support numpy 2.0 as soon as possible. The ecocsystem will take some time to adapt and we...
The current NeuroExplorer can only read the old format and with some limitations. See comments here: https://github.com/SpikeInterface/spikeinterface/issues/1773#issuecomment-1707859676 We first require support in Neo for the `new5` (I am not aware...
Let's implement this so we don't waste as much computation (with loev for @samuelgarcia ) and avoid crowding out things when many tests are running.
### What would you like to see added to HDMF? I get this warning to standard error sometimes and I don't know what to make out of it: ``` /home/heberto/miniconda3/envs/neuroconv_env/lib/python3.10/site-packages/hdmf/spec/namespace.py:531:...
After #1541 Plexon2 ended up with the meaningful but unique stream_ids: ``` stream_id_to_stream_name = { "WB": "WB-Wideband", "FP": "FPl-Low Pass Filtered", "SP": "SPKC-High Pass Filtered", "AI": "AI-Auxiliary Input", } ```...