Wrong version number for version attribute of NWB file in NWB Schema version 2.2.0 #589
Labels
category: bug
errors in the code or code behavior
category: question
questions about code or code behavior
priority: medium
non-critical problem and/or affecting only a small set of NWB users
For the version 2.2.0 release of the nwb-schema the file version attribute in
nwb.file.yaml
is 2.1.0.This is outdated now, but I am suspecting it is contributing to a whole class of different error messages when trying to open NWB Files in matnwb using
nwbRead
where the file is created with v2.2.0 but the nwb file version attribute is set to 2.1.0 due to this error in the schema.I did a quick search in issues, but could not find any mention of this. Is this a known issue? If yes, please point me to discussions regarding this. If no, is there anything that can be done at this time?
As thehdmf_common
namespace was introduced with v2.2.0 this is potentially a critical bug for nwb files created in matnwb using v2.2.0.Edit: Assuming the correct versions of the schemas are embedded in the file, I don't think the above statement is correct.
nwb-schema/core/nwb.file.yaml
Line 10 in 62c7340
The text was updated successfully, but these errors were encountered: