pynwb icon indicating copy to clipboard operation
pynwb copied to clipboard

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

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

Thanks for having addressed the previous network issue (reported [here](https://github.com/NeurodataWithoutBorders/pynwb/issues/1412)). Unfortunately, in the mean time, 6 other tests started failing, and I'm not entirely sure why. This is the [full...

category: bug

Like for the validator, it would be nice to have the [best practices inspector](https://github.com/NeurodataWithoutBorders/nwbinspector ) installed when a user installs PyNWB. ## Checklist - [x] Have you ensured the feature...

category: proposal
priority: medium
topic: validator

see NeurodataWithoutBorders/helpdesk#16

category: enhancement
priority: medium
topic: HDMF

Briefly describe the needed feature as well as the reasoning behind it The most common mistake people make when writing NWB files is that they write a time series with...

category: enhancement

## Description I have a 2 nwb files, the first one with a Subject and the second one without a Subject. I'd like to copy over the Subject from the...

## Description PyNWB no longer is able to open the file in [dandiset 25](https://gui.dandiarchive.org/#/dandiset/000025), which uses the old style of icephys. ## Steps to Reproduce ```bash $ dandi download https://dandiarchive.org/dandiset/000025/draft...

category: bug
priority: high

When cloning PyNWB from git, users sometimes forget to include the ``--recurse-submodules`` parameter on check-out. This in turn leads to a ``KeyError: "'core' not a namespace"`` in HDMF because the...

category: enhancement
help wanted: good first issue
topic: HDMF
priority: low

## 1) Bug Changes to the global state that is tracked in the global state variables __TYPE_MAP and __NS_CATALOG persists across tests. This means that any tests that run after...

category: bug
priority: low

**Is your feature request related to a problem? Please describe.** I'm trying to get a fulling working type checking pipeline on my codebase with [Mypy](https://mypy.readthedocs.io/en/stable/) and I'm getting the following...

category: enhancement
priority: low