Berthold Höllmann wrote:
Pearu Peterson <pearu@scipy.org> writes:
Hi,
I think we are ready to make the release: with the recent Scipy from CVS all tests pass ok on Debian (sid) P4 and AMD MP boxes, Gentoo Opteron box, and a WinNT box.
If you think that there are some important bugs to be fixed, you still got about 12 hours. I plan to tag Scipy CVS tree tomorrow morning (Estonian time), create tar-balls, etc. See
http://www.scipy.org/development/releasescipy.txt
for relevant tasks.
Please, let me know if there is any reason that I should hold on for tagging CVS tree.
I can also make binaries for Linux system but it would be create if someone could create RPMs (Joe?) and Win32 installers (Travis?) after tar-balls are available.
Testing the actual CVS on a SuSE 9.0 with gcc 3.4.2 I get
python -c "import scipy ; scipy.test()"/usr/local/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
DeprecationWarning) !! No test file 'test_Mplot.py' found for <module 'scipy.xplt.Mplot' from '...-packages/scipy/xplt/Mplot.pyc'> (lots of "!! No test..." and test output) .Testing weibull_min ......... ====================================================================== FAIL: check_basic (scipy.stats.morestats.test_morestats.test_shapiro) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py", line 40, in check_basic assert_almost_equal(pw,0.52459925413131714,3) File "/usr/local/lib/python2.4/site-packages/scipy_test/testing.py", line 606, in a ssert_almost_equal assert round(abs(desired - actual),decimal) == 0, msg AssertionError: Items are not equal: DESIRED: 0.52459925413131714 ACTUAL: 1.0
---------------------------------------------------------------------- Ran 972 tests in 9.784s
Do you get this error consistently or just once in a while? -Travis