ask help for scipy install
in ubuntu5.10 i install scipy with apt-get install scipy and run the unittest from scipy import * test(10) it shows the result as below. is here any guide to solve it? thanks in advance ====================================================================== FAIL: check_expon (scipy.stats.morestats.test_morestats.test_anderson) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py", line 55, in check_expon assert_array_less(A, crit[-2:]) File "/usr/lib/python2.4/site-packages/scipy_test/testing.py", line 708, in assert_array_less assert cond,\ AssertionError: Arrays are not less-ordered (mismatch 50.0%): Array 1: 1.65613125073 Array 2: [ 1.587 1.9339999999999999] ---------------------------------------------------------------------- Ran 986 tests in 102.422s FAILED (failures=1) Out[3]: <unittest.TextTestRunner object at 0xb45a580c>
I run scipy in Ubuntu Breezy, so it definitely works. But I installed from source, so I can't tell you what might be wrong with the package. Installing from source in Ubuntu isn't too painful since Atlas, Blas, Lapack and all that are available as packages (that I know do work). If you can't resolve your issue with the package install, let me know if you want help installing from source. Ryan On 4/2/06, imcs ee <imcsee@gmail.com> wrote:
in ubuntu5.10 i install scipy with apt-get install scipy
and run the unittest
from scipy import * test(10)
it shows the result as below. is here any guide to solve it? thanks in advance
====================================================================== FAIL: check_expon (scipy.stats.morestats.test_morestats.test_anderson) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py", line 55, in check_expon assert_array_less(A, crit[-2:]) File "/usr/lib/python2.4/site-packages/scipy_test/testing.py", line 708, in assert_array_less assert cond,\ AssertionError: Arrays are not less-ordered (mismatch 50.0%): Array 1: 1.65613125073 Array 2: [ 1.587 1.9339999999999999]
---------------------------------------------------------------------- Ran 986 tests in 102.422s
FAILED (failures=1) Out[3]: <unittest.TextTestRunner object at 0xb45a580c>
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
Ryan Krauss wrote:
I run scipy in Ubuntu Breezy, so it definitely works. But I installed from source, so I can't tell you what might be wrong with the package. Installing from source in Ubuntu isn't too painful since Atlas, Blas, Lapack and all that are available as packages (that I know do work). If you can't resolve your issue with the package install, let me know if you want help installing from source. I've run Scipy on both Ubuntu Breezy and Dapper. scipy.test(10) worked fine for me (on Dapper) without building from source. But then I also got numpy and scipy working on my Intel iMac last week so maybe I'm just getting lucky.
-Jordan
thanks, i 'll try it tonight. some farther info of install:, i install scipy on windows server 2003, 1,ActivePython-2.4.2.10-win32-x86.msi+numpy-0.9.6r1.win32-py2.4.exe+ scipy-0.4.8.win32-py2.4-pentium4sse2.exe scipy.test(10) works fine. 2, python-2.4.3.msi+numpy-0.9.6r1.win32-py2.4.exe+ scipy-0.4.8.win32-py2.4-pentium4sse2.exe ...get the same error (less-ordered...) On 4/3/06, Ryan Krauss <ryanlists@gmail.com> wrote:
I run scipy in Ubuntu Breezy, so it definitely works. But I installed from source, so I can't tell you what might be wrong with the package. Installing from source in Ubuntu isn't too painful since Atlas, Blas, Lapack and all that are available as packages (that I know do work). If you can't resolve your issue with the package install, let me know if you want help installing from source.
Ryan
On 4/2/06, imcs ee <imcsee@gmail.com> wrote:
in ubuntu5.10 i install scipy with apt-get install scipy
and run the unittest
from scipy import * test(10)
it shows the result as below. is here any guide to solve it? thanks in advance
====================================================================== FAIL: check_expon (scipy.stats.morestats.test_morestats.test_anderson) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py", line 55, in check_expon assert_array_less(A, crit[-2:]) File "/usr/lib/python2.4/site-packages/scipy_test/testing.py", line 708, in assert_array_less assert cond,\ AssertionError: Arrays are not less-ordered (mismatch 50.0%): Array 1: 1.65613125073 Array 2: [ 1.587 1.9339999999999999]
---------------------------------------------------------------------- Ran 986 tests in 102.422s
FAILED (failures=1) Out[3]: <unittest.TextTestRunner object at 0xb45a580c>
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
Dapper works ,:) Ran 986 tests in 157.908s OK <unittest.TextTestRunner object at 0xb61d084c> thanks Ryan Krauss, thanks Jordan Mantha. On 4/3/06, imcs ee <imcsee@gmail.com> wrote:
thanks, i 'll try it tonight. some farther info of install:, i install scipy on windows server 2003, 1,ActivePython-2.4.2.10-win32-x86.msi+numpy-0.9.6r1.win32-py2.4.exe+ scipy-0.4.8.win32-py2.4-pentium4sse2.exe scipy.test(10) works fine. 2, python-2.4.3.msi+numpy-0.9.6r1.win32-py2.4.exe+ scipy-0.4.8.win32-py2.4-pentium4sse2.exe ...get the same error (less-ordered...)
On 4/3/06, Ryan Krauss <ryanlists@gmail.com> wrote:
I run scipy in Ubuntu Breezy, so it definitely works. But I installed from source, so I can't tell you what might be wrong with the package. Installing from source in Ubuntu isn't too painful since Atlas, Blas, Lapack and all that are available as packages (that I know do work). If you can't resolve your issue with the package install, let me know if you want help installing from source.
Ryan
On 4/2/06, imcs ee < imcsee@gmail.com> wrote:
in ubuntu5.10 i install scipy with apt-get install scipy
and run the unittest
from scipy import * test(10)
it shows the result as below. is here any guide to solve it? thanks in advance
====================================================================== FAIL: check_expon (scipy.stats.morestats.test_morestats.test_anderson) ---------------------------------------------------------------------- Traceback (most recent call last): File
"/usr/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py",
line 55, in check_expon assert_array_less(A, crit[-2:]) File "/usr/lib/python2.4/site-packages/scipy_test/testing.py", line 708, in assert_array_less assert cond,\ AssertionError: Arrays are not less-ordered (mismatch 50.0%): Array 1: 1.65613125073 Array 2: [ 1.587 1.9339999999999999]
----------------------------------------------------------------------
Ran 986 tests in 102.422s
FAILED (failures=1) Out[3]: <unittest.TextTestRunner object at 0xb45a580c>
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
participants (3)
-
imcs ee
-
Jordan Mantha
-
Ryan Krauss