-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix): use dask array for missing element in dask concatenation (#1780)
* (fix): use dask array for missing element in concatenation * (fix): generate correct dask fill array * (chore): remove comment * (chore): refactor off-axis-size * (fix): propagate fill value * (chore): remove fix for broken test that then breaks things * (chore): remove erroneous difference * (fix): catch `StopIteration` * (refactor): clarify chspae * (fix): add coment about 0-sized broadcasting * (fix): use `m.get` * nocover --------- Co-authored-by: Philipp A. <[email protected]>
- Loading branch information
1 parent
d055963
commit 410fe00
Showing
2 changed files
with
56 additions
and
8 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