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

Apologies in advance - I am new to spike2 and to neo... I have a large number of smr files and would like to write some code to scrape the...

IO

In what case are there multiple blocks per the reader object? What does it mean semantically when `blocks = reader.read()` contains more than one `Block` object?

question

Hi, all. I have never used `neo` directly before, so I apologize if this is just user error. But I have read through docs and code, and I _think_ what...

`write_block` methods are expected to take `self, block, **kwargs` as parameters, as. defined in https://github.com/NeuralEnsemble/python-neo/blob/ffde1764b206a8e7122e88ff974cfc40325d3333/neo/io/baseio.py#L192 @legouee Is there a particular reason why you require an additional `nwbfile` argument [here](https://github.com/NeuralEnsemble/python-neo/blob/ffde1764b206a8e7122e88ff974cfc40325d3333/neo/io/nwbio.py#L478) instead...

In some cases the neo core tests fail due to an object comparison of a list and a spiketrainlist, see - https://github.com/NeuralEnsemble/python-neo/runs/6422039865?check_suite_focus=true - https://github.com/NeuralEnsemble/python-neo/runs/5718538078?check_suite_focus=true - https://github.com/NeuralEnsemble/python-neo/runs/5659519369?check_suite_focus=true. This error is only...

The releases on github are lagging behind as these need to be done manually. @samuelgarcia and me propose to only use to only use pypi for releases and plain tags...

Is there support for in vitro extracellular ephys data in `.modat` files from the ALPHA MED Scientific [MED64 acquisition system](https://www.med64.com/products/med64-basic/)? If not, could it be added? I cannot find much...

needs-input

Have you had exposure to open ephys version 0.6 yet? There appear to be some new file naming conventions, and interesting new corner cases, e.g. "CH{n}" name collisions! I've had...

to speed up the neo release cycle it would help to have a workflow for this. This would need to cover - [ ] check documentation is compiling - [...

continuous-integration

To be able to parallel different core test runs we need to move these to github actions. Ideally the core tests are run first and only in a second step...

continuous-integration