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

Pearu Peterson pearu at scipy.org
Fri Apr 23 05:22:43 EDT 2004



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




More information about the SciPy-User mailing list