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

Added new tutorial on PRNGs with RandomVariables #928

Merged
merged 5 commits into from
Jul 17, 2024

Conversation

HangenYuu
Copy link
Contributor

Description

Added new tutorial on PRNGs with RandomVariables per @ricardoV94 suggestions.

Related Issue

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

Sorry, something went wrong.

Copy link
Contributor Author

@HangenYuu HangenYuu left a comment

Choose a reason for hiding this comment

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

I also realized some minor erros in contributing documentation and dependencies need updating in environment.yml file. I will open separate PRs for ithem.

@ricardoV94
Copy link
Member

Looks good, but the Scipy snippet is not formatting correctly: https://pytensor--928.org.readthedocs.build/en/928/tutorial/prng.html#scipy

@@ -59,6 +59,7 @@ Further reading
.. toctree::

loading_and_saving
prng
Copy link
Member

Choose a reason for hiding this comment

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

Should be after sparse, in the advanced section above?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed the minor issues.

@ricardoV94 ricardoV94 merged commit 6b8df2c into pymc-devs:main Jul 17, 2024
15 checks passed
@ricardoV94
Copy link
Member

Thanks @HangenYuu !

@HangenYuu HangenYuu deleted the prng_tutorial branch July 17, 2024 14:34
@HangenYuu
Copy link
Contributor Author

Thanks @HangenYuu !

No problem @ricardoV94!

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.

DOC: Extend documentation on RandomVariables
2 participants