-
Notifications
You must be signed in to change notification settings - Fork 129
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
Conversation
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.
I also realized some minor erros in contributing documentation and dependencies need updating in environment.yml
file. I will open separate PRs for ithem.
Looks good, but the Scipy snippet is not formatting correctly: https://pytensor--928.org.readthedocs.build/en/928/tutorial/prng.html#scipy |
doc/tutorial/index.rst
Outdated
@@ -59,6 +59,7 @@ Further reading | |||
.. toctree:: | |||
|
|||
loading_and_saving | |||
prng |
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.
Should be after sparse, in the advanced section above?
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.
I changed the minor issues.
Thanks @HangenYuu ! |
No problem @ricardoV94! |
Description
Added new tutorial on PRNGs with RandomVariables per @ricardoV94 suggestions.
Related Issue
Checklist
Type of change