[SciPy-dev] 0.9.3.1853 FAILED (failures=1, errors=6)

Sasha ndarray at mac.com
Sun Jan 8 13:58:44 EST 2006


Attached patch fixes the problem and passes numpy.test().

-- sasha


On 1/8/06, ndarray at mac.com <ndarray at mac.com> wrote:
> 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
> >
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: iterate-over-size-0-patch.txt
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20060108/8b37af7f/attachment.txt>


More information about the SciPy-Dev mailing list