-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add broadcast_like? #2885
Labels
Comments
Sounds good to me! |
Can it be simply |
I think that would be a little confusing -- it's not clear whether the result should include a broadcast version of only |
Yeah |
That makes sense. Convinced. |
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Jul 6, 2019
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Jul 6, 2019
shoyer
pushed a commit
that referenced
this issue
Jul 14, 2019
* Add broadcast_like. Closes #2885 * lint. * lint2 * Use a helper function * lint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you think of adding
da.broadcast_like(a)
?This would be equivalent to
xr.broadcast(a, da)[1]
The text was updated successfully, but these errors were encountered: