[Numpy-discussion] Numeric/numpy incompatibility

Travis Oliphant oliphant.travis at ieee.org
Mon Aug 28 16:56:53 EDT 2006


Andrew Straw wrote:
> The following code indicates there is a problem adding a numpy scalar
> type to a Numeric array. Is this expected behavior or is there a bug
> somewhere?
>   
There was a bug in the __array_struct__ attribute of array flags wherein 
the NOTSWAPPED flag was not being set as it should be.

This is fixed in SVN.

-Travis





More information about the NumPy-Discussion mailing list