Ryan Ly

Results 304 issues of Ryan Ly

## Motivation Fix #1077 ## How to test the behavior? ``` pytest ``` ## Checklist - [x] Did you update `CHANGELOG.md` with your changes? - [x] Does the PR clearly...

## Description See https://github.com/NeurodataWithoutBorders/matnwb/issues/351 If an extension includes a list of data types from another namespace, the cached extension does not specify that list of data types (and so includes...

category: bug
priority: medium
topic: extension

## Description An IndexSeries type links to an ImageSeries. If an extension defines a new type ExtImageSeries that extends ImageSeries, then it should be valid for the IndexSeries to link...

category: bug
topic: validator

### What would you like to see added to HDMF? Use case 1: HED tags are strings that can contain multiple keys, separated by commas, in any order. A DynamicTable...

category: proposal
priority: low

### What would you like to see added to HDMF? Some functions have high cyclomatic complexity and are therefore more challenging to understand and maintain. See https://github.com/NeurodataWithoutBorders/pynwb/issues/191 We currently use...

category: enhancement
priority: low
topic: maintenance

### What happened? Compound dtype attributes are not supported, but the schema language says they should be: https://hdmf-schema-language.readthedocs.io/en/latest/description.html#attribute-specification-keys ### Steps to Reproduce ```python NWBAttributeSpec( name="insertion_position_in_mm", doc=("Stereotactic coordinates (AP, ML, DV)...

category: bug

### What happened? In PyNWB, the `TimeSeries` spec has a dataset spec with name "data", dtype "numeric", many possible shapes, and a docstring. If an extension type `ExtracellularSeries` extends `TimeSeries`...

category: bug
priority: low
topic: extension

### What happened? In trying to resolve https://github.com/NeurodataWithoutBorders/pynwb/pull/1886/ in HDMF, I discovered that on build, a multidimensional list or array that maps to a multidimensional dataset/attribute spec is converted to...

category: bug
priority: medium

### What happened? See https://github.com/hdmf-dev/hdmf/actions/runs/8415368500 @mavaylon1 can you look into this? Seems to be an issue with pydantic versioning from updating pydantic in the last release ### Steps to Reproduce...

category: bug
priority: low
topic: testing

In neurophysiology, metadata is often not static. Sometimes, the experiment description, related publications, or data annotations need to be changed after the file is written. Currently, users can open the...

category: proposal
priority: medium