-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdg_sig_figs
makes it impossible to control number of digits for single value formatting.
#73
Comments
One proposed desired behavior would be:
|
I'm going to move forward with the strategy discussed in the last post. But there will be no warning about the possibly confusing combination of options. Rather, it will simply be clearly stated in the documentation for |
Taking the suggested approach will in fact not be breaking. I was worried that Instead the proposed change is simply going to add the functionality for the formatter to be configured with |
If
pdg_sig_figs=True
then an exception is raised ifndigits != AutoDigits
. This limits the functionally for using one formatter for both uncertainty formatting and single-value formatting. It's not clear what the desired behavior should be here.The text was updated successfully, but these errors were encountered: