Closed AlephNotation closed 5 years ago
Thanks! I actually think a better solution would be to not print anything to stdout by default, and take an extra parameter verbose
which is False
by default. I generally think help functions should be side-effect free (including any I/O). I made a bad choice w this when I built it...
should be fixed in #114
PR for #93
Check if user is calling
GeneralizedGamma
within a Jupyter Notebook and suppresssys.stdout.flush()
if true. Still need to think about how to replicate the carriage return so we can see the updating as the model fits.Current output:
PR output: