Questions on migrating from Numeric/Scipy to Numpy

vj vinjvinj at gmail.com
Tue Mar 13 22:57:46 EDT 2007


> It is just a redirection to the numpy-discuss... at scipy.org list. If you just
> tried in the past hour or so, I've discovered that our DNS appears to be down
> right now.

I tried registering the twice the last couple of days and never got an
email back.

> No, that's not what insert() does. See the docstring:

Then this behavior is different from the scipy_base.insert

> In [7]: a[mask] = 100

What I needed was

a[mask] = array_of_values

I just tried it and  it works.

Thanks,

VJ




More information about the Python-list mailing list