-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)topic: validatorissues related to validation of filesissues related to validation of files
Description
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?
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
- I agree to follow this project's Code of Conduct
- Have you checked the Contributing document?
- Have you ensured this change was not already requested?
Metadata
Metadata
Assignees
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)topic: validatorissues related to validation of filesissues related to validation of files