Re: [Numpy-discussion] numpy-1.0 regress failure on OpenBSD

2006-10-27 Thread Damien Miller
On Thu, 26 Oct 2006, Travis Oliphant wrote:

 Unless you want to help with tracking how long double is interpreted on 
 several platforms, then just ignore the test.  (It actually wasn't being 
 run in 1.0b1).

I'm happy to help - do you have a testcase that I can run on the various
platforms that OpenBSD supports?

-d

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion


[Numpy-discussion] numpy-1.0 regress failure on OpenBSD

2006-10-26 Thread Damien Miller
Hi,

I have just got around to updating OpenBSD's numpy port from 1.0b1 to
1.0 and am running into the following regress failure:

 .Warning:
  overflow encountered in exp
 F...
 ==
 FAIL: Ticket #112
 --
 Traceback (most recent call last):
   File 
 /usr/ports/math/py-numpy/w-py-numpy-1.0/fake-i386/usr/local/lib/python2.4/site-packages/numpy/core/tests/test_regression.py,
  line 220, in check_longfloat_repr
 assert(str(a)[1:9] == str(a[0])[:8])
 AssertionError
 
 --
 Ran 513 tests in 3.471s
 
 FAILED (failures=1)

The variable 'a' seems to contain '[Inf]', so the failure appears related to
the overflow warning.

Any clues on how I can debug this further?

thanks,
Damien Miller

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion


Re: [Numpy-discussion] numpy-1.0 regress failure on OpenBSD

2006-10-26 Thread Travis Oliphant
Damien Miller wrote:

Hi,

I have just got around to updating OpenBSD's numpy port from 1.0b1 to
1.0 and am running into the following regress failure:

  

.Warning:
 overflow encountered in exp
F...
==
FAIL: Ticket #112
--
Traceback (most recent call last):
  File 
 /usr/ports/math/py-numpy/w-py-numpy-1.0/fake-i386/usr/local/lib/python2.4/site-packages/numpy/core/tests/test_regression.py,
  line 220, in check_longfloat_repr
assert(str(a)[1:9] == str(a[0])[:8])
AssertionError

--
Ran 513 tests in 3.471s

FAILED (failures=1)



The variable 'a' seems to contain '[Inf]', so the failure appears related to
the overflow warning.

Any clues on how I can debug this further?
  


Unless you want to help with tracking how long double is interpreted on 
several platforms, then just ignore the test.  (It actually wasn't being 
run in 1.0b1).

-Travis


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion