Skip to content

[Feature]: Clean up HDMFIO.load_namespaces call #2119

@rly

Description

@rly

What would you like to see added to PyNWB?

Resolve TODO in #1911 (comment) where the class method HDMFIO.load_namespaces requires passing io._file.

Is your feature request related to a problem?

hdmf-dev/hdmf-zarr#293

What solution would you like?

I think an HDMFIO instance should be able to call load_namespaces on the open file handled by itself, regardless of backend, so the io._file call (which does not work consistently between HDF5IO and ZarrIO) is not needed.

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

Metadata

Metadata

Assignees

Labels

category: enhancementimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)topic: validatorissues related to validation of files

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions