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
That's a bug. We should fix that but note that some users who are creating an ImagingPlane without kwargs would get misordered arguments after this fix.
I noticed that
description
is a required property ofImagingPlane
in PyNWB. In the schema it is listed as optional:https://github.com/NeurodataWithoutBorders/nwb-schema/blob/5cfe01d428bb432a51f139412fcf60d1a1dfac08/core/nwb.ophys.yaml#L204-L211
This causes an incompatibility between files created by MatNWB, where they can not be read by PyNWB if the ImagingPlane/description is not set.
The text was updated successfully, but these errors were encountered: