[SciPy-dev] flbas.dotu fails on windows.

eric eric at scipy.org
Mon Apr 8 17:41:30 EDT 2002


Python 2.1 and 2.2 both fail the cdotu test for blas.  Does this happen on other
platforms?

Oh, by the way 319 tests (currently) pass. (test level 0)

eric


======================================================================
FAIL: check_dot (test_blas.test_blas1_simple)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python21\scipy\linalg\tests\test_blas.py", line 60, in check_dot
    assert_almost_equal(f([3j,-4,3-4j],[2,3,1]),-9+2j)
  File "C:\Python21\scipy_base\testing.py", line 282, in assert_almost_equal
    assert round(abs(desired - actual),decimal) == 0, msg
AssertionError:
Items are not equal:
DESIRED: (-9+2j)
ACTUAL: (1.74127589255e-039+9.02295408555e-038j)
----------------------------------------------------------------------
Ran 320 tests in 3.565s

--
Eric Jones <eric at enthought.com>
Enthought, Inc. [www.enthought.com and www.scipy.org]
(512) 536-1057






More information about the SciPy-Dev mailing list