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

Improve code formatting in the interactive example #35

Open
drbenvincent opened this issue Jun 6, 2022 · 0 comments
Open

Improve code formatting in the interactive example #35

drbenvincent opened this issue Jun 6, 2022 · 0 comments

Comments

@drbenvincent
Copy link

drbenvincent commented Jun 6, 2022

Current code in the interactive example is a bit ugly.

Would be good to improve this. Some specific points:

  • better line lengths for comments. Avoid running off the right side of the box
  • likelihood should be on a single line obs = pm.Binomial("obs", p=p, n=trials, observed=successes)

Maybe just Black format and double check line length and size of box

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

No branches or pull requests

1 participant