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
Currently, "required" properties error if the field is empty. However, the schema defines "required" properties as the existence of the field in the file itself.
MatNWB should instead use this method:
If the property is "required": The data should be written regardless of its contents.
If the property is "optional": The data should be written only if not empty.
The text was updated successfully, but these errors were encountered:
Currently, "required" properties error if the field is empty. However, the schema defines "required" properties as the existence of the field in the file itself.
MatNWB should instead use this method:
If the property is "required": The data should be written regardless of its contents.
If the property is "optional": The data should be written only if not empty.
The text was updated successfully, but these errors were encountered: