[SciPy-dev] scipy-0.5.1/numpy-1.0 x86_64 test

Neal Becker ndbecker2 at gmail.com
Thu Oct 26 21:40:22 EDT 2006


======================================================================
ERROR: Solve: single precision complex
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/scipy/linsolve/umfpack/tests/test_umfpack.py", line 25, in check_solve_complex_without_umfpack
    x = linsolve.spsolve(a, b)
  File "/usr/lib64/python2.4/site-packages/scipy/linsolve/linsolve.py", line 76, in spsolve
    return gssv(N, lastel, data, index0, index1, b, csc, permc_spec)[0]
TypeError: array cannot be safely cast to required type

======================================================================
ERROR: check loadmat case cellnest
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/scipy/io/tests/test_mio.py", line 80, in cc
    self._check_case(name, expected)
  File "/usr/lib64/python2.4/site-packages/scipy/io/tests/test_mio.py", line 75, in _check_case
    self._check_level(k_label, expected, matdict[k])
  File "/usr/lib64/python2.4/site-packages/scipy/io/tests/test_mio.py", line 33, in _check_level
    self._check_level(level_label, ev, actual[i])
  File "/usr/lib64/python2.4/site-packages/scipy/io/tests/test_mio.py", line 33, in _check_level
    self._check_level(level_label, ev, actual[i])
  File "/usr/lib64/python2.4/site-packages/scipy/io/tests/test_mio.py", line 33, in _check_level
    self._check_level(level_label, ev, actual[i])
  File "/usr/lib64/python2.4/site-packages/scipy/io/tests/test_mio.py", line 30, in _check_level
    assert len(expected) == len(actual), "Different list lengths at %s" % label
TypeError: len() of unsized object

======================================================================
FAIL: check_rvs (scipy.stats.tests.test_distributions.test_randint)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/scipy/stats/tests/test_distributions.py", line 84, in check_rvs
    assert isinstance(val, numpy.ScalarType),`type(val)`
AssertionError: <type 'numpy.ndarray'>

----------------------------------------------------------------------
Ran 1569 tests in 5.746s

FAILED (failures=1, errors=2)
<unittest.TextTestRunner object at 0x2aaab917e650>
>>> 




More information about the SciPy-Dev mailing list