-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Cosmetic fixes to getting started notebook. #4062
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
Conversation
There were some problems with the version on the PyMC3 docs site. Fixed some warnings. Tidied up some markup (some of which didn't seem to process properly on gh pages), and added a note explaining about pm.Deterministic
Check out this pull request on Review Jupyter notebook visual diffs & provide feedback on notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #4062 +/- ##
=======================================
Coverage 86.83% 86.83%
=======================================
Files 88 88
Lines 14165 14165
=======================================
Hits 12300 12300
Misses 1865 1865 |
Very ugly way to keep xticklabels from crashing into each other. Not sure if this is the right thing, or if ArviZ should be fixed to automatically format date-times better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @rpgoldman ! I had just one small suggestion about Deterministic
View / edit / reply to this conversation on ReviewNB AlexAndorra commented on 2020-08-21T08:38:55Z Maybe show how to do it here, as it's very short? rpgoldman commented on 2020-08-21T14:41:52Z You are quite right. I have put that in, and will push it to the MR momentarily. Thanks for having a look! |
You are quite right. I have put that in, and will push it to the MR momentarily. Thanks for having a look! View entire conversation on ReviewNB |
Thanks to @AlexAndorra.
View / edit / reply to this conversation on ReviewNB fonnesbeck commented on 2020-08-21T14:50:14Z similarly here, no context required rpgoldman commented on 2020-08-21T14:54:34Z It's actually necessary here now. The reason is that If you look at the version on the PyMC3 docs page, https://docs.pymc.io/notebooks/getting_started.html you will see the warning.
|
View / edit / reply to this conversation on ReviewNB fonnesbeck commented on 2020-08-21T14:50:14Z Not a big deal, but the model context is not necessary here. rpgoldman commented on 2020-08-21T14:55:39Z See my response above: ArviZ now needs the model for |
It's actually necessary here now. The reason is that If you look at the version on the PyMC3 docs page, https://docs.pymc.io/notebooks/getting_started.html you will see the warning.
View entire conversation on ReviewNB |
See my response above: ArviZ now needs the model for View entire conversation on ReviewNB |
OK, cool. Did not realize that. |
LGTM then. |
Yes, originally ArviZ was using a sneaky pointer to the model that was stashed in an |
There were some problems with the version on the PyMC3 docs site.
Fixed some warnings. Tidied up some markup (some of which didn't seem to process properly on gh pages), and added a note explaining about pm.Deterministic