[SciPy-dev] 0.9.3.1853 FAILED (failures=1, errors=6)
ndarray at mac.com
ndarray at mac.com
Sun Jan 8 09:41:06 CST 2006
I was too quick accepting the blame for the test_ma failure. The
following session log demonstrates the underlying problem in fancy
subscript assignment:
>>> x = array([[1]])
>>> m = array([[0]], bool)
>>> x[m] = 2
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ValueError: Cannot iterate over a size-0 array
Travis, I can look into this if your hands are full.
-- sasha
On Jan 8, 2006, at 9:54 AM, Sasha wrote:
> I've fixed the first error in svn. Will look is the others could be
> related to ma .
>
> -- sasha
>
More information about the Scipy-dev
mailing list