A Tuesday 16 March 2010 11:50:05 Gabriel J.L. Beckers escrigué:
> Dear list,
>
> I ran into the following.
>
> If you multiply a 10-element pytables array with a 1-element NumPy array
> using tables.expr, then the return value has length one. If you do the
> same in pure NumPy, the
> return val
Dear list,
I ran into the following.
If you multiply a 10-element pytables array with a 1-element NumPy array using
tables.expr, then the return value has length one. If you do the same
in pure NumPy, the
return value has length 10.
I pasted a small script below shows this.
Is this is expecte