[Numpy-discussion] Assumed 64bit-Incompatiblity in numpy svn test_regression

Jan-Matthias Braun jan_braun at gmx.net
Mon Nov 27 06:20:41 EST 2006


Am Montag 27 November 2006 07:55 schrieb Stefan van der Walt:
> On Sun, Nov 26, 2006 at 04:12:47PM +0100, Jan-Matthias Braun wrote:
> > after building current numpy from svn (1.0.1.dev3460 as of writing :),
> > the call for numpy.test(10, 10) fails with following output added at the
> > end of the mail.
> > The Test seems seems to be made for Ticket #372, but the problem is a
> > type mismatch between 32 and 64bit Integers as far as I can see.
>
> Thanks, Jan.  I fixed the problem in SVN.

In [3]: numpy.__version__
Out[3]: '1.0.1.dev3462'

In [4]: numpy.test(10,10)

----------------------------------------------------------------------
Ran 524 tests in 0.602s

OK

Thanks for all answers and fast fixing!

Cheers,
	Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20061127/fb9f33f3/attachment.sig>


More information about the NumPy-Discussion mailing list