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
At the moment, a warning is displayed when an object is created without required properties, but only if the object is displayed, not when the object display is suppressed by a semicolon (see example below).
This should be improved so that the warning is always shown: #655 (comment)
>> types.core.IntracellularElectrode()
ans =IntracellularElectrodewith properties:description:''device: []
cell_id:''filtering:''initial_access_resistance:''location:''resistance:''seal:''slice:''Warning:Thefollowingrequiredpropertiesaremissingforinstancefortype"types.core.IntracellularElectrode":
descriptiondevice
What would you like to see added to MatNWB?
At the moment, a warning is displayed when an object is created without required properties, but only if the object is displayed, not when the object display is suppressed by a semicolon (see example below).
This should be improved so that the warning is always shown:
#655 (comment)
Is your feature request related to a problem?
No response
What solution would you like?
See above
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
The text was updated successfully, but these errors were encountered: