-
-
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.
Minimize duplication in
map_blocks
task graph (#8412)
* Adapt map_blocks to use new Coordinates API * cleanup * typing fixes * Minimize duplication in `map_blocks` task graph Closes #8409 * Some more optimization * Refactor inserting of in memory data * [WIP] De-duplicate in expected["indexes"] * Revert "[WIP] De-duplicate in expected["indexes"]" This reverts commit 7276cbf. * Revert "Refactor inserting of in memory data" This reverts commit f6557f7. * Be more clever about scalar broadcasting * Small speedup * Small improvement * Trim some more. * Restrict numpy code path only for scalars and indexes * Small cleanup * Add test * typing fixes * optimize * reorder * better test * cleanup + whats-new
- Loading branch information
Showing
4 changed files
with
132 additions
and
74 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