When I call powerlaw.Fit, it outputs:
xmin progress: X%
and keeps updating the progress. This is nice when running interactively, but not so great when running this in a script, so I'd like to turn it off.
I tried using verbose=False, and supress_output=True, as each are mentioned in different versions of the documentation. The former turns off notices about values less than or equal to zero etc but not the xmin progress message. The latter appears to have no effect.
So, is there a switch for turning off this message?
Thanks,
Harvey