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
This is only to keep track of this minor issue so we are not surprised.
The signatures we generate with some versions of pynwb are missing all information about the devices, even though the devices are correctly included in the file. This is because the group for each device only has 3 attributes (namespace, neurodata_type and object_id), all of which are ignored, leading to an empty signature. We also pass the description attribute, but this is not written to the file for some versions (it used to be but then stopped).
This should be fixed with pynwb version 1.3.0, which supports NWB schema version 2.2.2 (bringing back description).
The text was updated successfully, but these errors were encountered:
This is only to keep track of this minor issue so we are not surprised.
The signatures we generate with some versions of pynwb are missing all information about the devices, even though the devices are correctly included in the file. This is because the group for each device only has 3 attributes (
namespace
,neurodata_type
andobject_id
), all of which are ignored, leading to an empty signature. We also pass thedescription
attribute, but this is not written to the file for some versions (it used to be but then stopped).This should be fixed with
pynwb
version 1.3.0, which supports NWB schema version 2.2.2 (bringing backdescription
).The text was updated successfully, but these errors were encountered: