Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2006 05:20:24 GMT
From:      Tony Maher <anthony.maher@uts.edu.au>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/102458: New Port: math/py-numpy
Message-ID:  <200608240520.k7O5KO7M017128@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/102458; it has been noted by GNATS.

From: Tony Maher <anthony.maher@uts.edu.au>
To: bug-followup@FreeBSD.org, anthony.maher@uts.edu.au
Cc:  
Subject: Re: ports/102458: New Port: math/py-numpy
Date: Thu, 24 Aug 2006 15:12:59 +1000

 Can test the distribution using
 ===============================================
 #!/usr/bin/env python
 
 import numpy
 numpy.test(1,2)
 ================================================
 
 Shows one error
 
 FAIL: test_divideerr (numpy.core.tests.test_numeric.test_seterr)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/usr/local/lib/python2.4/site-packages/numpy/core/tests/test_numeric.py"
 , line 195, in test_divideerr
     self.fail()
 AssertionError
 
 
 There is ticket for this http://projects.scipy.org/scipy/numpy/ticket/221
 and have added comment for FreeBSD.
 
 -- 
 Tony Maher



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608240520.k7O5KO7M017128>