Ryan Ly

Results 304 issues of Ryan Ly

### What happened? If a user adds a custom ~indexed~ column to a DynamicTable as part of their pipeline, but the column happens to be empty, HDMF cannot determine the...

category: bug
priority: low

In the process of writing unit tests on shape validation in docval, I realized that the interaction of shape validation and default values is not clear cut. For example, if...

category: enhancement
priority: low
topic: docval

### What would you like to see added to HDMF? I realized we have discussed this many times in the past year but we do not have an issue for...

category: proposal

### What would you like to see added to HDMF? It's useful in validation to load or get namespaces from an IO object but right now those are implemented per-backend....

category: enhancement

### Describe the issue `NWBFile.session_description` is a required dataset in the NWB schema. Going through the tutorial, this field is not set by default. During conversion, the `session_description` is set...

bug

### Describe the issue The UnitColumns table on the File Metadata page is not editable. The ElectrodeColumns and Electrode Groups tables are editable. The Summarized Units > Phy Sorting table...

bug

### Describe the issue As title states. I also don't recall this warning appearing before from the inspector. I'm not sure what changed. ### Steps to Reproduce Go through single...

bug

For common tables, users may accidentally (or intentionally) modify a row created by another user. So it is useful to know who was the last person who modified a row...

enhancement

### What happened? `keywords` is a 1D dataset of `NWBFile`. `NWBFile` does not validate the shape of some array arguments in `__init__`. In cases like this where shape validation is...

category: bug
priority: medium

Proposed changes to #1171. It would be nice if `HDF5IO` and the `ObjectMapper` can accept any Zarr array just like it accepts any Numpy array, instead of accepting only Zarr...