-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
blackbox_external_likelihood.ipynb contains "modulenotfound" in first cell #4182
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
Comments
Thanks @MarcoGorelli. We should probably just remove that dependency and use arviz for plotting. Want to do a PR? |
sure, I'll take it up later this week! |
Hi @twiecki I tried running this notebook, but got to cell 4 and got ---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-18-e2f2f0233a4c> in <module>
7 ctrue = 3.0 # true y-intercept
8
----> 9 truemodel = my_model([mtrue, ctrue], x)
10
11 # make data
NameError: name 'my_model' is not defined I have Is there any extra setup I need to do to be able to run this one? |
Should this be moved to pymc-examples @OriolAbril ? |
We already have pymc-devs/pymc-examples#48 to track this. Some more context is probably good though |
Uh oh!
There was an error while loading. Please reload this page.
Seems this was introduced in commit a3622d3
See https://nbviewer.jupyter.org/github/pymc-devs/pymc3/blob/master/docs/source/notebooks/blackbox_external_likelihood.ipynb :
cc @twiecki
The text was updated successfully, but these errors were encountered: