-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow overwriting existing groups and arrays (#433)
Closes #347 This bug manifests when groups or arrays were committed, and then are being overwritten. Zarr will delete the existing nodes first and then add them. This means the same node is in both the `new_*` and `deleted_*` hashmaps, and so getting the node fails (it prioritizes `deleted_groups` and returns KeyError)
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters