python-neo icon indicating copy to clipboard operation
python-neo copied to clipboard

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats

Results 254 python-neo issues
Sort by recently updated
recently updated
newest added

I believe the developers said they were going to have some api level changes that might require a rewrite at the RawIO/IO level and updated testing. But I wanted a...

I am reading a nidq file of about 3 hours with reported size of 2.8 GiB. Reading with the following: ```python from pathlib import Path folder_path = Path("/home/heberto/data/just_nidq") from neo.rawio.spikeglxrawio...

With #1627, we piloted not using caching anymore. Especially with the speed of creating these envs now (currently the slowest step is installing wine, which takes ~ 1min). If we...

continuous-integration

After #1490, we had to adjust testing because NumPy 2.0 is upcasting everything to float64. This is expected behavior now, so this likely needs to be adjusted at the Quantities...

Core