[Numpy-discussion] uniform() regression(?) in svn
Albert Strasheim
fullung at gmail.com
Mon Jul 31 06:48:18 CDT 2006
Hello all
> <snip>
> Are you running on a 64 bit machine? I'll fix the test (which was
> written on a 32 bit machine), but I also noticed some strange
> behaviour:
>
> In [11]: N.intp('0xfffffffffffffff',16)
> Out[11]: 1152921504606846975
>
> In [12]: N.intp('0xffffffffffffffff',16)
> --------------------------------------------------------------------------
> -
> exceptions.TypeError Traceback (most
> recent call last)
>
> /home/stefan/<ipython console>
>
> TypeError: function takes exactly 1 argument (2 given)
I think this ticket might have some pertinent information:
http://projects.scipy.org/scipy/numpy/ticket/99
Cheers,
Albert
More information about the Numpy-discussion
mailing list