You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
condition : array_like, bool
When True, yield `x`, otherwise yield `y`.
x, y : array_like, optional
Values from which to choose. `x` and `y` need to have the same
shape as `condition`.
Actually a quick test shows that at least 0-d x/y inputs are broadcasted accordingly.
The text was updated successfully, but these errors were encountered:
The docs for
where
stateActually a quick test shows that at least 0-d
x
/y
inputs are broadcasted accordingly.The text was updated successfully, but these errors were encountered: