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
Oh. Oops. That's the same issue and a better resolution, because NWBFile already has an object id. Thanks. I propose we make that potentially breaking change in the API in the next major release.
What would you like to see added to PyNWB?
The NWB schema says that the identifier should be unique. https://github.com/NeurodataWithoutBorders/nwb-schema/blob/dev/core/nwb.file.yaml#L27-L31
To simplify the creation of an NWB file, I suggest that we set the default identifier to be
str(uuid4())
. Users can still customize this if they want.Is your feature request related to a problem?
No response
What solution would you like?
^
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
The text was updated successfully, but these errors were encountered: