[SciPy-user] Install problem - Overwriting message when importing scipy

Robert Kern robert.kern at gmail.com
Wed Dec 21 07:46:37 EST 2005


Hugo Gamboa wrote:

> ======================================================================
> FAIL: check_round (scipy.special.basic.test_basic.test_round)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.4/site-packages/scipy/special/tests/test_basic.py",
> line 1799, in check_round
>     assert_array_equal(rnd,rndrl)
>   File "/usr/lib/python2.4/site-packages/scipy/test/testing.py", line
> 738, in assert_array_equal
>     assert cond,\
> AssertionError:
> Arrays are not equal (mismatch 25.0%):
>         Array 1: [10 10 11 11]
>         Array 2: [10 10 10 11]

Yes, this is a known, platform-dependent bug. Please read the comment in the
code for the unit test.

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the SciPy-User mailing list