Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite interp to use
apply_ufunc
(#9881)
* Don't eagerly compute dask arrays in localize * Clean up test * Clean up Variable handling * Silence test warning * Use apply_ufunc instead * Add test for #4463 Closes #4463 * complete tests * Add comments * Clear up broadcasting * typing * try a different warning filter * one more fix * types + more duck_array_ops * fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: Michael Niklas <mick.niklas@gmail.com> * Apply suggestions from code review Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix * Revert "Apply suggestions from code review" This reverts commit 1b9845d. --------- Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Niklas <mick.niklas@gmail.com>
- Loading branch information