-
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: mediumnon-critical problem and/or affecting only a small set of NWB usersnon-critical problem and/or affecting only a small set of NWB userstopic: validatorissues related to validation of filesissues related to validation of files
Milestone
Description
2) Feature Request
Right now it is difficult to test the load_namespaces flag in NWBHDF5IO for reading a custom extension. If you create an extension and an API either from get_class or from manually writing a class, this requires you to call load_namespace. Then if you try to use the load_namespaces flag in NWBHDF5IO that namespace will be skipped since it has already been loaded. I propose a new function, unload_namespace, which will remove a namespace from the type map, allowing you to test the read through load_namespaces.
Checklist
- Have you ensured the feature or change was not already reported ?
- Have you included a brief and descriptive title?
- Have you included a clear description of the problem you are trying to solve?
- Have you included a minimal code snippet that reproduces the issue you are encountering?
- Have you checked our Contributing document?
Metadata
Metadata
Assignees
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB usersnon-critical problem and/or affecting only a small set of NWB userstopic: validatorissues related to validation of filesissues related to validation of files