-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write references in compound datasets as an array (#146)
* Write references in compound datasets as an array rather than iteratively * Write references in compound datasets as an array rather than iteratively * Test that compound reference arrays are written as a compound array * Update base_tests_zarrio.py * Use explicit type map instead of stringlike types Expand check for string types Make 'else' a failure condition in `__resolve_dtype_helper__` (rather than implicitly assuming list) * Write strings as objects in compound reference datasets --------- Co-authored-by: Matthew Avaylon <[email protected]> Co-authored-by: Oliver Ruebel <[email protected]>
- Loading branch information
1 parent
f5f09c8
commit 68218cf
Showing
2 changed files
with
47 additions
and
8 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