unload_namespace
#1009
Labels
category: enhancement
improvements of code or code behavior
priority: medium
non-critical problem and/or affecting only a small set of NWB users
topic: validator
issues related to validation of files
Milestone
2) Feature Request
Right now it is difficult to test the
load_namespaces
flag inNWBHDF5IO
for reading a custom extension. If you create an extension and an API either fromget_class
or from manually writing a class, this requires you to callload_namespace
. Then if you try to use theload_namespaces
flag inNWBHDF5IO
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 throughload_namespaces
.Checklist
The text was updated successfully, but these errors were encountered: