-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First ideas. * Working towards new form for chunking policy. * Handle special cases of chunk+shape. * Header fixes. * Pep8 fixes. * Fix tests. * Remove redundant import. * Small improvements. * Test fix. * Rename chunking routine and pass dtype. * Use Python3 style import of 'Iterable', to avoid deprecation. * Review changes. * Remove incompatible usages of as_lazy_data 'chunks' arg, in some tests. * Remove redundant test code. * License header fix. * Linter fix. * Revised optimum chunk size calculation. * Simplified test. * Codestyle fix.
- Loading branch information
Showing
7 changed files
with
233 additions
and
94 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
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.