You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, the /acquisition, /analysis, and /scratch groups all allow multiple data types. The generated validator code does not seem to allow for that, but it should.
What happened?
NWB schema 2.6.0 allows both
TimeSeries
andImages
to be added to the/stimulus_templates
group of an NWB file.https://github.com/NeurodataWithoutBorders/nwb-schema/blob/19c4bbb36effb1454253072f70ebf2c83f2ea095/core/nwb.file.yaml#L134-L145
However, when an
Images
object is added, validation fails. This is because the generated code inmatnwb/+types/+core/NWBFile.m
says:Image of a stack trace from the user
Similarly, the
/acquisition
,/analysis
, and/scratch
groups all allow multiple data types. The generated validator code does not seem to allow for that, but it should.Steps to Reproduce
Error Message
Operating System
macOS
Matlab Version
unknown
Code of Conduct
The text was updated successfully, but these errors were encountered: