-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dataset API changes: parameter 'dtype' is now interpreted as 'dtype_p…
…er_layer' and parameter list for 'read(...)' was reordered to match wkw.Dataset.read(...) (#239) * change semantic from 'dtype' in dataset api to dtype_per_layer (opposed to dtype_per_channel) * reformat code * add optional parameter 'dtype_per_channel' to 'add_layer' * remove requirement that the dtype_per_layer must contain a number * reformat code * fix test after merge * change order of parameters (offset, size) from 'read'-methods in dataset API to match wkw.Dataset behaviour
- Loading branch information
1 parent
887f1ce
commit 521dd88
Showing
9 changed files
with
217 additions
and
73 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
Oops, something went wrong.