-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
category: bugerrors in the code or code behaviorerrors in the code or code behaviorpriority: highimpacts proper operation or use of feature important to most usersimpacts proper operation or use of feature important to most usersstatus: todosomething needs to be donesomething needs to be donetopic: nwb-schemarelated to nwb-schemas, namespaces and type implementationsrelated to nwb-schemas, namespaces and type implementations
Description
What happened?
For more details, see this issue:
NeurodataWithoutBorders/nwb-schema#638
When generating the ndx-pose extension with MatNWB the following error is thrown:
Steps to Reproduce
>> generateExtension('~/ndx-pose-main/spec/ndx-pose.namespace.yaml')
Error Message
Error using indexing
The specified key is not present in this container.
Error in file.Link (line 20)
obj.name = source('name');
Error in file.Group (line 116)
obj.links(i) = file.Link(sourceLinks{i});
Error in file.processClass (line 19)
class = file.Group(node);
Error in file.writeNamespace (line 16)
[processed, classprops, inherited] = file.processClass(className, Namespace, pregenerated);
Error in generateExtension (line 59)
file.writeNamespace(parsedNamespace.name, options.savedir);
Operating System
macOS
Matlab Version
R2023b
Code of Conduct
- I agree to follow this project's Code of Conduct
- Have you ensured this bug was not already reported?
Copilot
Metadata
Metadata
Assignees
Labels
category: bugerrors in the code or code behaviorerrors in the code or code behaviorpriority: highimpacts proper operation or use of feature important to most usersimpacts proper operation or use of feature important to most usersstatus: todosomething needs to be donesomething needs to be donetopic: nwb-schemarelated to nwb-schemas, namespaces and type implementationsrelated to nwb-schemas, namespaces and type implementations