[SciPy-dev] Binaries for scipy created

Ryan Krauss ryanlists at gmail.com
Sun Nov 20 13:51:16 EST 2005


Travis,

Thanks for making the binaries available for windows.  I really appreciate it.

I am having a problem however.  Running scipy.test() causes python to
crash.  This is the output I see before the crash:
C:\Documents and Settings\Ryan Krauss>python
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
Importing io to scipy
Importing fftpack to scipy
Importing special to scipy
Importing utils to scipy
Importing cluster to scipy
Importing sparse to scipy
Importing interpolate to scipy
Importing lib to scipy
Importing integrate to scipy
Importing signal to scipy
Importing optimize to scipy
Importing linalg to scipy
Importing stats to scipy
>>> scipy.test()
  Found 14 tests for scipy.linalg.blas
  Found 339 tests for scipy.special.basic
  Found 92 tests for scipy.stats
  Found 70 tests for scipy.stats.distributions
  Found 12 tests for scipy.io.mmio
  Found 4 tests for scipy.linalg.lapack
  Found 2 tests for scipy.base.umath
  Found 24 tests for scipy.base.function_base
  Found 128 tests for scipy.linalg.fblas
  Found 17 tests for scipy.base.ma
  Found 7 tests for scipy.linalg.matfuncs
  Found 6 tests for scipy.optimize
  Found 92 tests for scipy.stats.stats
  Found 3 tests for scipy.base.getlimits
  Found 9 tests for scipy.base.twodim_base
  Found 36 tests for scipy.linalg.decomp
  Found 1 tests for scipy.optimize.zeros
  Found 49 tests for scipy.sparse.sparse
  Found 42 tests for scipy.lib.lapack
  Found 4 tests for scipy.io.array_import
  Found 18 tests for scipy.fftpack.basic
  Found 20 tests for scipy.fftpack.pseudo_diffs
  Found 6 tests for scipy.optimize.optimize
  Found 49 tests for scipy.sparse
  Found 4 tests for scipy.fftpack.helper
  Found 3 tests for scipy.base.matrix
  Found 3 tests for scipy.signal.signaltools
  Found 44 tests for scipy.base.shape_base
  Found 1 tests for scipy.optimize.cobyla
  Found 41 tests for scipy.linalg.basic
  Found 42 tests for scipy.base.type_check
  Found 10 tests for scipy.stats.morestats
  Found 3 tests for scipy.basic.helper
  Found 5 tests for scipy.interpolate.fitpack
  Found 4 tests for scipy.base.index_tricks
  Found 0 tests for __main__
................................................................................
................................................................................
................................................................................
.Gegenbauer, a =  -0.145613464768
................................................................................
.....F..........................................................................
................................................................................
...............................................................................c
axpy:n=4
..caxpy:n=3
....ccopy:n=4
..ccopy:n=3
.............cscal:n=4
....cswap:n=4
..cswap:n=3
.....daxpy:n=4
..daxpy:n=3
....dcopy:n=4
..dcopy:n=3
.............dscal:n=4
....dswap:n=4
..dswap:n=3
.....saxpy:n=4
..saxpy:n=3
....scopy:n=4
..scopy:n=3
.............sscal:n=4
....sswap:n=4
..sswap:n=3
.....zaxpy:n=4
..zaxpy:n=3
....zcopy:n=4
..zcopy:n=3
.............zscal:n=4
....zswap:n=4
..zswap:n=3
....................Result may be inaccurate, approximate err = 1.46322737003e-0
08
...Result may be inaccurate, approximate err = 1.55302685732e-011
................................................................................
.....................................................................TESTING CON
VERGENCE

zero should be 1

function f2

cc.bisect :    1.0000000000001952
cc.ridder :    1.0000000000004661
cc.brenth :    0.9999999999999997
cc.brentq :    0.9999999999999577



function f3

cc.bisect :    1.0000000000001952
cc.ridder :    1.0000000000000000
cc.brenth :    1.0000000000000009
cc.brentq :    1.0000000000000011



function f4

cc.bisect :    1.0000000000001952
cc.ridder :    1.0000000000001454
cc.brenth :    0.9999999999993339
cc.brentq :    0.9999999999993339



function f5

cc.bisect :    1.0000000000001952
cc.ridder :    1.0000000000004574
cc.brenth :    0.9999999999991444
cc.brentq :    0.9999999999991444



function f6

cc.bisect :    1.0000000000001952
cc.ridder :    1.0000000000004343
cc.brenth :    1.0000000000012241
cc.brentq :    1.0000000000001927



................................................................................
............

Anything I can do to get you more information?  Also, does scipy or
scipy_core include ATLAS and BLAS and all that?  I have whatever came
with the scipy for python 2.3 binary, but have remove all references
to Python23 from my path.  This is a fresh install of Python 2.4.2
with only scipy and scipy_core installed:
scipy-0.4.3.win32-py2.4.exe
scipy_core-0.6.1.win32-py2.4.exe

Thanks,

Ryan
On 11/13/05, Travis Oliphant <oliphant at ee.byu.edu> wrote:
> I've used the scipy sourceforge site to place binaries for a "release"
> of full scipy (built on the new core).  The version is 0.4.3.  There is
> an rpm and windows binaries, as well as a full tar ball.
>
> I know there are people out there who would like to try scipy but don't
> want to wrestle with the install.  The rpms and/or windows binaries
> might help.  This is the first time, I've made binaries for other people
> to use. Hopefully they work fine, but errors may be reported.
>
> -Travis
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
>




More information about the SciPy-Dev mailing list