[SciPy-user] Scipy works on AMD now

John Hassler hasslerjc at adelphia.net
Tue Sep 12 10:43:48 EDT 2006


On an AMD AthlonXP (Model 6) 1600+ with:
Python 2.4.3
numpy '1.0b5'
scipy '0.5.1'

numpy.test() runs without error.  scipy.test() shows one error (see 
below).  I'm not sure what this is, but all of my own numerical programs 
run without problems.  Matplotlib didn't install properly, but when I 
added the missing files, it worked.  All of my programs are now happily 
working.

Many thanks to the people who put this all together.
john


======================================================================
ERROR: check loadmat case cellnest
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\program 
files\Python24\Lib\site-packages\scipy\io\tests\test_mio.py", line 80, in cc
    self._check_case(name, expected)
  File "D:\program 
files\Python24\Lib\site-packages\scipy\io\tests\test_mio.py", line 75, 
in _check_case
    self._check_level(k_label, expected, matdict[k])
  File "D:\program 
files\Python24\Lib\site-packages\scipy\io\tests\test_mio.py", line 33, 
in _check_level
    self._check_level(level_label, ev, actual[i])
  File "D:\program 
files\Python24\Lib\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

----------------------------------------------------------------------
Ran 1569 tests in 23.143s

FAILED (errors=1)



More information about the SciPy-User mailing list