We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
The following snippet:
import arviz as az data = az.load_arviz_data('centered_eight') az.plot_posterior(data, var_names='mu', rope=(-1.23498745325, 1), show=True)
generates:
I think rope values should go through the same significant digits formatter as point values.
The text was updated successfully, but these errors were encountered:
Hey, I am interested to take up this issue. If you can assign it to me that would be great!
Sorry, something went wrong.
Great, let us know if you need any help!
I just added another RoPE-related issue, if you are keen, @MgeeeeK #1567
MgeeeeK
Successfully merging a pull request may close this issue.
The following snippet:
generates:
I think rope values should go through the same significant digits formatter as point values.
The text was updated successfully, but these errors were encountered: