Skip to content
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

Rope values are not rounded #1561

Closed
OriolAbril opened this issue Feb 14, 2021 · 3 comments · Fixed by #1569
Closed

Rope values are not rounded #1561

OriolAbril opened this issue Feb 14, 2021 · 3 comments · Fixed by #1569
Assignees
Labels

Comments

@OriolAbril
Copy link
Member

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:

image

I think rope values should go through the same significant digits formatter as point values.

@MgeeeeK
Copy link
Contributor

MgeeeeK commented Feb 14, 2021

Hey, I am interested to take up this issue. If you can assign it to me that would be great!

@OriolAbril
Copy link
Member Author

Great, let us know if you need any help!

@arc12
Copy link

arc12 commented Feb 15, 2021

I just added another RoPE-related issue, if you are keen, @MgeeeeK
#1567

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants