On 6/19/07, Robert Kern <[EMAIL PROTECTED]> wrote:
> Go for it.
Done, thanks.
Cheers,
f
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion
Fernando Perez wrote:
> Question
>
>
> any objection if I commit this? Since I don't really touch the
> codebase often, I'd rather ask the real core people. I also don't
> know if it's really the right thing to do, I just tabbed into the
> object and picked what seemed to be the most r
Bug
===
In [8]: N.info(N.ones(3))
class: ndarray
shape: (3,)
strides: (8,)
itemsize: 8
aligned: True
contiguous: True
fortran: True
---
TypeError Traceback (most recent call last)
/home/