[Feature]: Prevent Write on Containers with custom names #122
Labels
category: bug
errors in the code or code behavior
priority: medium
non-critical problem and/or affecting only a small set of users
Milestone
What would you like to see added to HDMF-ZARR?
There is not catch/error for writing root containers (files) that have custom names. In order to properly write, the root container's name need to be "root".
We cannot raise a warning and rename the container due to the fact renaming a container and a builder is not allowed. Raise an error in
write_builder
to prevent incorrect writing.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: