[SciPy-user] Scipy works on AMD now

Ryan Krauss ryanlists at gmail.com
Tue Sep 12 18:21:32 EDT 2006


John,

Are you running 32bit or 64bit?  I have heard of people wrestling with
64bit, but never heard anyone fully declare victory.  I am going to
build a new computer soon and wonder if I should get a 64bit AMD chip.

Ryan

On 9/12/06, John Hassler <hasslerjc at adelphia.net> wrote:
> 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)
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list