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

Missing cell in demo Coin Flip Example #100

Closed
erlebach opened this issue Apr 27, 2022 · 2 comments
Closed

Missing cell in demo Coin Flip Example #100

erlebach opened this issue Apr 27, 2022 · 2 comments

Comments

@erlebach
Copy link

I would like to report that Cell [3]:

result = inference(
    model = Model(coin_model, length(dataset)), 
    data  = (y = dataset, )
)

does not run, because dataset is not defined. Thanks.

@bvdmitri
Copy link
Member

Hello! What demo are you referring to?

In all places: README, Documentation and Jupyter notebook dataset variable is defined (in Jupyter it is defined in cell number 2).

@erlebach
Copy link
Author

My apologies: You are correct! I must have skipped cell 2.

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

3 participants