[Numpy-discussion] Yet another bug

Todd Miller jmiller at stsci.edu
Mon Dec 30 10:41:15 EST 2002


Magnus Lie Hetland wrote:

>Hi, there... I just found another bug :]
>
>  
>
numarray doesn't support "true division" yet.

>from numarray import arange
>from __future__ import division
>
>arange(10) / 10
>
>... This will give an error.
>
>I really think this "real" division should be supported for arrays...
>  
>
It will be.  It just hasn't been implemented yet.

>  
>







More information about the NumPy-Discussion mailing list