[SciPy-user] scipy.test() hang up

Nils Wagner nwagner at mecha.uni-stuttgart.de
Fri Apr 23 05:22:48 EDT 2004


Pearu Peterson schrieb:
> 
> On Fri, 23 Apr 2004, Nils Wagner wrote:
> 
> > > If it hangs then do in scipy CVS tree
> > >
> > >   cd Lib/optimize
> > >   python setup_optimize.py build
> > >   python tests/test_cobyla.py
> > >
> > > If that also hangs then do
> > >
> > >   cd Lib/optimize
> > >   rm -rf build
> > >   python setup_optimize.py config_fc --noopt build
> > >   python tests/test_cobyla.py
> > >
> > > Tell me what happened.
> > >
> > Your last test works fine
> 
> Ok, after CVS update try again
> 
>   cd Lib/optimize
>   rm -rf build
>   python setup_optimize.py build
>   python tests/test_cobyla.py
> 
> Pearu
> 
Pearu,

Now, it works fine for me.

python tests/test_cobyla.py
  Found 1 tests for __main__
Result: [ 4.957975    0.64690335] (exact result = 4.955356249106168,
0.666666666666666)
.
----------------------------------------------------------------------
Ran 1 test in 0.002s

OK

Thank you again.

Nils

> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user




More information about the SciPy-User mailing list