2009/3/7 Matthew Brett <matthew.br...@gmail.com>:
> If there are two arrays, it blows up, even comparing to itself:
>
> In [49]: a = np.zeros((), dtype=[('f1', 'f8', 8),('f2', 'f8', 2)])

I wonder what the best approach would be.  To return a structured
array with the same fields, but dtype changed to bool?

Stéfan
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to