Hi Everybody.
The bug is that no error is raised, right?
The docs say

where(condition, [x, y])

x, y : array_like, optional
     Values from which to choose. `x` and `y` need to have the same
     shape as `condition`

In the example you gave, x was a scalar.

Cheers,
Andy
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to