AMICI icon indicating copy to clipboard operation
AMICI copied to clipboard

Add option to disable printing to stdout

Open dweindl opened this issue 2 years ago • 1 comments

Currently there is no clean way to hide AMICI warnings and errors when using the Python interface. This should be changed. Using the Python warnings library would be ideal, but any option to disable printing would be a good start. (see also https://github.com/ICB-DCM/pyPESTO/issues/724)

dweindl avatar Sep 21 '21 15:09 dweindl

Using the Python warnings library would be ideal

Won't work as long as we use swig with -threads. (Should be possible once https://bugs.python.org/issue40512 makes it into Python.)

dweindl avatar Oct 10 '21 21:10 dweindl