-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw an error if the top-level object is not a list.
This makes sense as uzuki2 is, after all, designed to load lists, not assorted vectors or factors. Nonetheless, it can be disabled with a new 'strict_list' option if the caller doesn't mind dealing with non-list outputs. This option requires a new class for the HDF5 parsers. While we're making such a class, we took the opportunity to allow users to modify the HDF5 buffer size, rather than hard-coding it into the various functions.
- Loading branch information
Showing
6 changed files
with
115 additions
and
46 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
Oops, something went wrong.