pynwb icon indicating copy to clipboard operation
pynwb copied to clipboard

A Python API for working with Neurodata stored in the NWB Format

Results 249 pynwb issues
Sort by recently updated
recently updated
newest added

### What would you like to see added to PyNWB? I am running into a problem automatically generating an extension I am creating of the form: ```yaml groups: - neurodata_type:...

category: proposal
priority: medium
topic: extension

## Motivation What was the reasoning behind this change? Please explain the changes briefly. ## How to test the behavior? ``` Show how to reproduce the new behavior (can be...

* add link from SpikeEventSeries to UnitSeries * add DEPRECATED to doc for ClusterWaveforms * add link from ElectrodeGroup to SpikeEventSeries * add UnitSeries object to misc, which includes optional...

## Motivation fix #1077 What do we want as an error message here? Something along those lines. Maybe we could point the user to the legacy library, but that didn't...

## Motivation Part of plan to make spike waveforms accessible from Units table. See https://github.com/NeurodataWithoutBorders/nwb-schema/issues/248 ## How to test the behavior? ``` from pynwb.misc import Units, UnitSeries units = Units()...

### What happened? Hello, I was following this [tutorial](https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/streaming.html#sphx-glr-tutorials-advanced-io-streaming-py.) on streaming NWB and got a `FileNotFoundError:` error when copying the code snippets provided. Thanks for your help and your great...

topic: docs
priority: low

## 1) Bug If you are reporting a bug please provide the following: ### Steps to Reproduce Trying to run the code from the docs for parallel io: https://pynwb.readthedocs.io/en/latest/tutorials/general/advanced_hdf5_io.html?highlight=mpi#parallel-i-o-using-mpi here...

category: bug
priority: low

### What would you like to see added to PyNWB? I just got this question from @urut > We're exporting things with matnwb and running through pynwb validator and it...

priority: high
category: proposal
topic: validator

### What happened? When trying to load an nwb file that contains ECOG data, I receive a `ConstructError` originating from a `TypeError: CustomClassGenerator.set_init..__init__: missing argument 'parcellations`. Notably, the file could...

category: bug
priority: high
topic: extension
topic: HDMF

### What happened? The current schema says that these fields should be optional: https://github.com/NeurodataWithoutBorders/nwb-schema/blob/dev/core/nwb.image.yaml#L131 The docval for `OpticalSeries.__init__` says that they are required: https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/src/pynwb/image.py#L321 ### Steps to Reproduce ```python Try...

category: bug
priority: medium