-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
define fill value for where #576
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
Comments
Agreed. I didn't add this only because we don't yet have three-argument broadcasting operations working yet. For now, a work around (at a slight cost in efficiency) is to use |
This would be great to add - we just hit this (CC @justinkuosixty).
This works, although if there are already |
@shoyer - what do we need in order to get the 3-argument broadcasting working. I'd really like to get this into xarray. |
It should already work with apply_ufunc -- we just need to adjust where to
use it. Take a look at the latest version of fillna for an example.
…On Tue, Jan 31, 2017 at 12:35 PM Joe Hamman ***@***.***> wrote:
@shoyer <https://github.com/shoyer> - what do we need in order to get the
3-argument broadcasting working. I'd really like to get this into xarray.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#576 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABKS1l3x4bNqrxkH0X1Ag4kI-T1Yq_Lrks5rX5sUgaJpZM4F9tqJ>
.
|
It would be nice if
where
accepts another
argument:The text was updated successfully, but these errors were encountered: