-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix zarr append dtype checks (#6476)
* fix zarr append dtype check first commit * use zstore in _validate_datatype * remove coding.strings.is_unicode_dtype check * test appending fixed length strings * test string length mismatch raises for U and S * add explanatory comment for zarr append dtype checks Co-authored-by: Maximilian Roos <[email protected]>
- Loading branch information
1 parent
770e878
commit 4a53e41
Showing
3 changed files
with
81 additions
and
19 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
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