Closed nschloe closed 4 years ago
I have the option nscreen
which controls this output frequency.
Okay. What do I have to set it to to completely silence SM? 0
just throws an error.
Ah okay. I had made nscreen
larger than the max_iter
to avoid the intermediate info but I can switch this to a verbose to completely silence all output.
Perhaps you can add verbose
if someone else nscreens
for something.
Is this a pun? 👍
I think you mean if I the user specifies an nscreen
then there's an additional vebose
catch?
I meant to say that you don't necessarily have to remove nscreens
. I don't know if there's any use for it if there's a verbose
option, but at least you yourself found it useful once.
yea I agree. It's more logical and easier to understand to just have a 'verbose' option.
By default,
generate_mesh
prints lots of intermediate stats,It'd be very useful if it was possible to disable this. This is typically done by a
verbose
argument. (Usually, this defaults toFalse
, too.)