5 Aug 22:07
OpenOpt : how to avoid output
From: Eli Brosh <ebrosh1 <at> gmail.com>
Subject: OpenOpt : how to avoid output
Newsgroups: gmane.comp.python.scientific.user
Date: 2008-08-05 20:09:24 GMT
Subject: OpenOpt : how to avoid output
Newsgroups: gmane.comp.python.scientific.user
Date: 2008-08-05 20:09:24 GMT
Hello,
When OpenOpt is called without graphical output as:
r=p.solve('solver',plot=False)
I still get lots of output to the screen in the python interpreter.
Is it possible to silence this output ?
i.e. to cancel the printing of iterations etc. into the interpreter prompt.
I only need to get the final result and to put it in other variables like
finalf=r.ff
finalx=r.xf
Thanks
Eli
When OpenOpt is called without graphical output as:
r=p.solve('solver',plot=False)
I still get lots of output to the screen in the python interpreter.
Is it possible to silence this output ?
i.e. to cancel the printing of iterations etc. into the interpreter prompt.
I only need to get the final result and to put it in other variables like
finalf=r.ff
finalx=r.xf
Thanks
Eli
_______________________________________________ SciPy-user mailing list SciPy-user <at> scipy.org http://projects.scipy.org/mailman/listinfo/scipy-user
RSS Feed