[Numpy-discussion] slicing and aliasing

Keith Goodman kwgoodman at gmail.com
Thu May 31 10:59:49 EDT 2012


On Thu, May 31, 2012 at 7:30 AM, Neal Becker <ndbecker2 at gmail.com> wrote:

> That is, will:
>
> u[a:b] = u[c:d]
>
> always work (assuming the ranges of a:b, d:d are equal, or course)

It works most of the time. This thread shows you how to find an
example where it does not work:

http://mail.scipy.org/pipermail/numpy-discussion/2012-May/062079.html



More information about the NumPy-Discussion mailing list