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
The current ndx-MIES extension with version 0.1.0 defines the main type MIESMetaData which inherits from LabMetaData. And this requires that all additional entries are placed in /general/$name where $name has MIESMetaData neurodata type.
The fallout from this bug is that the current version of ndx-mies can not be used for reading the special MIES metadata using pynwb. Our MIES datasets and groups are not even checked with pynwb's validation.
The current ndx-MIES extension with version 0.1.0 defines the main type
MIESMetaData
which inherits fromLabMetaData
. And this requires that all additional entries are placed in/general/$name
where$name
hasMIESMetaData
neurodata type.The fallout from this bug is that the current version of ndx-mies can not be used for reading the special MIES metadata using pynwb. Our MIES datasets and groups are not even checked with pynwb's validation.
See also t-b/ndx-MIES#6.
Possibe solution:
/general/*
to/general/MIES
The text was updated successfully, but these errors were encountered: