Closed ashander closed 6 years ago
Cannot recall the details but did you try gui='batch'
?
Aha! Thanks that works, which I should've seen from the code I linked :)
I think I didn't try it because the [help for that parameter in simuOpt
read to me as if it will work as default. Which I thought was a graphical GUI (same as `gui=None').
Exporting will write lines like
Exporting....1....2....3....4....5....6....7....8....9.... Done.
to standard out.From the
simuOpt
help forgui=
, the definition of.ProgressBar()
, and these lines in.Exporter()
it does not seem possible to suppress these. In small tests I also haven't been able to find a combination of options that will suppress the output.