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

Fix debug_print of wrong variable in notebook #6225

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

ricardoV94
Copy link
Member

We were debug_printing x instead of z when we start talking about PyMC models

Major / Breaking Changes

  • ...

Bugfixes / New features

  • ...

Docs / Maintenance

  • Fix debug_print of wrong variable in notebook

@ricardoV94 ricardoV94 added bug docs no releasenotes Skipped in automatic release notes generation labels Oct 18, 2022
@ricardoV94 ricardoV94 requested a review from twiecki October 18, 2022 08:11
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@github-actions github-actions bot removed the no releasenotes Skipped in automatic release notes generation label Oct 18, 2022
@@ -2,11 +2,7 @@
"cells": [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the versions because it shows up as "dirty+...", and also we have versions in our docs anyway


Reply via ReviewNB

@@ -2,11 +2,7 @@
"cells": [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line #4.    aesara.dprint(z)

This was the error


Reply via ReviewNB

@twiecki twiecki merged commit b5b63f5 into pymc-devs:main Oct 18, 2022
@ricardoV94 ricardoV94 deleted the fix_typo_guide branch November 4, 2022 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants