-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend capabilities of read_raw_data (#84)
* extend capabilities of read_raw_data * possibility to read part of the file, with offset and partial_read * choice of row/column major order * testing + better error handling * function will warn user if trying to pass inconsistent args * function checks byte offset < file size * Fixing style errors. * get it shorter * completing tests for codecov * Fixing style errors. * fix line length * fix line length * try to improve coverage * finalize request * remove blank lines * iteration on dtype cleaner * replace assert with raise error * try to fool code cov * fix indentation * codecov didn't bite the bait * fix error in testing
- Loading branch information
1 parent
14c7338
commit 6b24a3c
Showing
2 changed files
with
103 additions
and
33 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